body{
   
   background-repeat: no-repeat;
    background-color: rgb(207, 233, 207);
    background-size: cover;
    overflow: hidden;
}

.option{
    display:inline-block;
    width:140px;
    height:140px;
    margin:10px;
    padding:15px;
    background-color:rgb(255, 255, 255);
    border-radius: 10px;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
    z-index:10;
}
.result{
    z-index: 1;
}
.title{
    margin:5% 20% 0% 20%;
    width:490px;
background-color: rgb(174, 216, 174);
border-radius: 10px;
padding:20px;

}
.option:hover{
     cursor:pointer;
    transition: 0.4s;
    transform: translate(0px,-4px);
}
.o_wrapper{
    margin:2% 20%;
    width:490px;
background-color:rgb(174, 216, 174);
border-radius: 10px;
padding:20px;
display: none;
z-index:10;
}
.options_panel{
    z-index:10;
    width:360px;
    margin:0% auto;
    z-index:10;
}
.option img{
    width:110px;
    height:110px;
    transition: 0s;
    padding:0px 5px 5px 0px;
    animation-duration: 0.6s;
    animation-fill-mode: both;
    animation-iteration-count:1;
    size:0.5em;
    z-index:10;
}
@keyframes flash
{
    0%{transform: scale(1);}
    20%{transform: scale(0);}
    40%{transform: scale(0.5);}
    60%{transform: scale(1);}
    80%{transform:scale(1.2);}
    100%{transform: scale(1);}
}

.h_title{
    font-family: cursive;
    font-weight:normal;
    margin:10px 26%;
}
.gify{
    position:relative;
    height:500px;
    width:800px;
    bottom:0%;
}
.msg{
    height: 150px;
    width:400px;
  color: rgb(80, 45, 45);
    position:fixed;
    right: 21%;
    bottom:48%;
    display:none;
    transition: 2s;
}
.msg_content{
    position:relative;
    bottom:-75%;
    left:-13%;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.2em;
    text-align: center;
    transition:1s;
}
.animated{
    width:700px;
    height:400px;
    size:0.5em;
    position:fixed;
    right:20%;
    bottom:20%;
    transition: 1s;
    z-index:-1;
}
.hint{
    font-size: 0.8em;
    line-height: 2.2em;
}

.hi{margin:auto 10px;}

.go_wrapper{
    z-index:1020;
background-color: rgb(255, 255, 255);
border-radius: 10px;

animation-name:flash_go;
animation-duration: 0.3s;
animation-fill-mode: both;
animation-iteration-count:1;
}
.go_img{
    width:110px;
    height:110px;
}
.go_shade
    {
        width:100%;
        height:100%;
        background-color: rgba(10,10,10,0.2);
        position: absolute;
        transition: 2s;
    }
    @keyframes flash_go
{
    0%{transform: scale(0);}
    20%{transform: scale(0.5);}
    40%{transform: scale(0.5);}
    60%{transform: scale(1);}
    80%{transform:scale(1.2);}
    100%{transform: scale(1);}
}
.btn-small
{
    background-color: rgb(174, 216, 174);
    margin:15px auto;
    color: black;
}
.btn-small:hover
{
    background-color: rgb(157, 206, 157);
}
.large_score{
    margin: 0% 5% 0% 30%;
}




.l{
    width:400px;
}
.pro_name,.pro_email{
    margin:5px 0px 0px 20px;
}
.change-option:hover{
    cursor: pointer;
}
.block{
    display: none;
}
.modal
{
    border-radius: 20px;
    padding:20px;
}
.pro_img
{
    border-radius: 50%;
}

.logout{
    margin:20px 0px 0px 0px ;
}
.large_table{
    display:block;
}
.small_table{
    display:none;
}



@media screen and (max-width:992px){
    .lmsg{
        position: fixed;
    }
    .t{
        font-size:0.8em;
        font-weight:bold;
    } .pro_det h6{
        font-size:0.6em;
        text-align: center;
        }
        td{
            width:170px;
        }

    .tit h5{
        margin:0px;
        padding:0px;
    }
    .modal{
        margin:0px auto;
    }
    .pro_img{
        width:100px;
        height:100px;
    }
    .large_table{
        display:none;
    }
    .small_table{
        display:block;
    }
    .modal{
        width:97%;
        padding:0px;
    }
    #signup-email,#login-email,#signup-password,#login-password,#signup-name{
        width:105%;
       
    }
    #modal-login{
        overflow:auto;
        height:fit-content;
    }
    .result
    {
        display:none;
    }
    .title{
        margin:5% auto;
        width:300px;
        
    }
    .o_wrapper{
        margin:5% auto;
        width:300px;
        padding:2% 2% 3% 2%;
    }
    .options_panel{
        width:265px;
        z-index: 999;   
    }
    .option{
        width:115px;
        height:115px;
        margin:7px;
    }
    .option img{
        width:95px;
        height:95px;
        padding:5px;
        z-index:100;
        margin:0px 0px 5px 0px;
        animation-duration: 0.6s;
        animation-fill-mode: both;
        animation-iteration-count:1;
        size:0.5em;
    }
    .logo {
        font-size:2em;
        display: inline;
    }
    .logo{
        padding:0px;
        margin:-2px 5px;
    }
    .l img {
     height:25px;
     width:25x;
     padding:0px;
     margin:10px 0px 0px 0px;
    }
    .l a p{
        font-weight:normal;
    }
    .go_img {
        width:100px;
        height:100px;
    }
    .large_score{
        margin: auto;
    }
    .sc{
        margin:15px auto;
    }
    .pa{
        margin:15px auto;
    }
    .change-option{
        margin:-15px auto 0px auto;
    }
.ele h5{
    font-size:0.6em;
    font-weight: bold;
}
}