@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

*{
    margin: 0;
    padding: 0;
    transition-duration: 0.6s;
}

@media only screen and (max-width: 1089px){
    .user{
        display: flex;
        justify-content: left;
        align-items: center;
        flex-direction: column;
   }
}

@media only screen and (max-width: 841px){
    .interface{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .interface img{
        height: 75px;
        width: 75px;
        border: 1px solid #161925;
    }
    #start{
        margin: 10px 0;
    }


    .main h1{
        font-size: 25px;
    }

    .user{
        flex-wrap: wrap;
    }
}


body{
    font-family: 'Poppins';
    background-color: #c2bdec;
}

header{
    background-color: #828cb5;
    height: 120px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header h1{
    color: #161925;
    margin: 0 30px;
    font-size: 27px;
}

header button{
    height: 50px;
    width: 50px;
    margin-right: 40px;
    background-color: #828cb5;
    border: 1px;
    border-color: #828cb5;
}

.main{
    display: flex;
    flex-direction: column;
}

.main h1{
    margin: 30px;
    color: #374A67;
    font-size: 35px;
}

.interface{
    margin: 30px;
    display: flex;
    gap: 10px;
}

.interface1{
    margin: 30px;
    display: flex;
    gap: 10px;
}

.interface img{
    height: 75px;
    width: 75px;
    border: 3px solid #161925;
    padding: 4px;
    display: none;
}

.interface h2{
    margin-top: 10px;
    margin-bottom: -5px;
}

#start{
    height: min-content;
    width: 200px;
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    margin: 0 40px;
    font-weight: 600;
    background-color: #161925;
    border: 1px solid #161925;
    border-radius: 6px;
    color: #F1D302;
}

.user{
    display: flex;
    flex-direction: column;
    margin: 30px;
}

.user button{
    height: min-content;
    width: 200px;
    padding: 15px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    background-color: #161925;
    border: 1px solid #161925;
    border-radius: 6px;
    color: #F1D302;
    margin-bottom: 20px;
    display: none;
}

#user-section h2 , #computer-section h2{
    font-size: 18px;
    justify-content: space-evenly;
    margin-left: 20px;
    margin-bottom: 20px;
    color: #161925;
    display: none;
}

#output{
    margin-bottom: 20px;
    display: none;
}

#output2{
    margin-bottom: 20px;
    color: rgb(73, 11, 11);
    display: none;
}


#user , #computer ,#verses{
    display: block;
    border: 0px;
}

#refresh{
    height: min-content;
    width: 200px;
    background-color: transparent;
    display: none;
    border: transparent;
    color: #161925;
    font-size: 13px
}

.specs{
    display: flex;
    align-items: center;
    justify-content: center;
}