* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

.q1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: justify;
    color: white;
    /* background: rgba(0,0,0,0.5); */
    backdrop-filter: blur(8px);
}

.q1 p{
    font-size: 20px;

}

body {
    height: 100vh;

    background-image: url(../items/EzgdmaCQuT84bgDL4fhXZS-2909270621.jpg);
    
}
#hero{
    
    background-size: cover;
    background-position: center;
    height: 100%;
}

/* .q4 {
    margin: 5% 10%;
    background: rgba(177, 255, 177, 0.8);
    border-radius: 10px;
    padding: 20px;
}
 */
.q8{
    border-right: 1px solid white;
}
.q6{
    margin-top: 50px;
    border-top: 1px solid white;
    backdrop-filter: blur(8px);
    height: 50vh;
}
.q9{
    color: white;
    margin: 5% 2%;
    padding-top: 50px;
    /* background: rgba(177, 255, 177, 0.8); */
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 0px;
}
.q9 h2{
    padding-top: 50px;
}
.q9 p{
    text-align: justify;
}
.q10{
    color: white;
    margin: 5% 10%;
    padding-top: 50px;
    /* background: rgba(177, 255, 177, 0.8); */
    border-radius: 10px;
    padding: 20px;
}
.q10 h2{
    padding-top: 30px;
    
}
.q11 {
    width: 100px;
    height: 100px;

}
.q11 img{
    width: 100%;
    height: 100%;
}
.q12{
    margin-top: 50px;
    font-size: 15px;
}
.q16{
    backdrop-filter: blur(8px);
}

