*{
    padding: 0;
    margin: 0;
}
body{
    background: hsla(7, 100%, 73%, 1);

    background: linear-gradient(0deg, hsla(7, 100%, 73%, 1) 20%, hsla(29, 100%, 79%, 1) 79%);

    background: -moz-linear-gradient(0deg, hsla(7, 100%, 73%, 1) 20%, hsla(29, 100%, 79%, 1) 79%);

    background: -webkit-linear-gradient(0deg, hsla(7, 100%, 73%, 1) 20%, hsla(29, 100%, 79%, 1) 79%);

    /* bg color ng abou.html */
/* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr="#FF8474", endColorstr="#FFC996", GradientType=1 ); */
/* background: linear-gradient(180deg, #583D72 0%, #9F5F80 100%); */
}

/* Navigation Bar */
.navbar-style {
    backdrop-filter: blur(10px);
    width: 100%;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.385);
    height: 8%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000; 
    display: flex;
    align-items: center; 
}

.navbar-title {
    display: flex;
    justify-content: space-between; 
    align-items: center; 
    width: 100%; 
    padding: 0 2rem; 
}

.nav-text {
    color: #583D72;
    letter-spacing: 1px;
    text-decoration: none;
    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.385);
    font-size: 1.5vw;
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 3px;
}
.nav-text:hover {
    text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.6); 
    transform: scale(1.1); 
}

.nav-links {
    display: flex;
    gap: 2rem; 
}

/* .guessflix{
    text-decoration: none;
    font-size: 25px;
    color:   #FFC996;
    transition: 0.3s;
   
}
.guessflix_container{
    padding-left: 6vw;
}

.guessflix:hover{
    
    color: #6e5188;
}

.my-navbar ul{
    list-style-type: none;
    /* float:left; */
    /* padding-left: 65vw;  */
    
/* } */


.my-navbar li{
    float:left;
    font-size: 25px;
    padding-left: 3vw;
    padding-top: 3px;
    text-wrap: wrap;
}
.my-navbar a{
    color: #583D72;
    cursor: pointer;
    transition: 0.3s;
}
.my-navbar a:hover{
    color: #6e5188;
    
} 
.title-label p{
    color: #583D72;
    text-align: center;
    font-style: italic;
    font-size: 13px;
}
/* .title-label p{
   margin-top: 10px;
 } */

.question{
    margin-top: 50px;
    font-size: 35px;
    text-align: center;
    text-wrap: wrap;
    color: #583D72;
}
/* .Q-container{
    border-left: 50%;
    border-right: 50%;
    border: solid black;
} */
.content{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    margin-top: 6vw;
}
.nav-left{
    align-content:center;
    background-color: transparent;
    border: none
}

.nav-right{
    align-content:center;
    background-color: transparent;
    border: none
}
.boxes{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.box{
    height: 230px;
    width: 230px;
    border-radius: 14px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 7px;
    color: #FFC996;
    cursor: pointer;
    transition: 0.4s;
    border: none;
    
}
.box{
    background-color: #583D72;
}
.box:hover{
    background-color: #6e5188;
}
.box:active{
    background-color: #583D72;
}
/*
#box2{
    background-color: #9F5F80;
}
#box2:hover{
    background-color: #7c4964;
}
#box2:active{
    background-color: #9F5F80;
}


#box3{
    background-color: #583D72;
}
#box3:hover{
    background-color: #6e5188;
}
#box3:active{
    background-color: #583D72;
}

#box4{
    background-color: #9F5F80;
}
#box4:hover{
    background-color: #7c4964;
}
#box4:active{
    background-color: #9F5F80;
}
*/
.content{
    flex-wrap: wrap;
}

.submit{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 230px;
    border-radius: 14px;
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 28px;
    font-weight: 7px;
    color: #FFC996;
    cursor: pointer;
    transition: 0.4s;
    border: none;
    margin: 0 auto 50px;
        
}
.submit{
    background-color: green;
}
.submit:hover{
    background-color: rgb(38, 172, 38);
}
.submit:active{
    background-color: #583D72;
}