body{
    margin:0px;
    padding:0px;
}

nav{
    display:flex;
    padding-top:10px;
    padding-left:10px;
    align-items: center;
}

nav h3{
    padding-left:10px;
    font-weight: 700;
}

.main-container{
    margin:0 auto;
    text-align:center;
}
.main-container h1{
    font-weight:700;
}

.main-container input{
    text-align: center;
    display: block;
    margin:0px auto;
    margin-top:20px;
    width:400px;
    height:50px;
    background:white;
    border: 1px solid #989898;
    border-radius: 10px;

}


.main-container button{
    font-weight: 700;
    display: block;
    margin:0px auto;
    margin-top:20px;
    width:400px;
    height:50px;
    background:white;
    border: 1px solid #989898;
    border-radius: 10px;
}

footer{
    width:100%;
    text-align: center;
    position: absolute;
    bottom:15px;
}

.tellus label{
    width:600px;
    text-align: left;
    margin-top:10px;
}

.tellus input{
    margin-top:0px !important;
    width:600px;
}

.answer{
    width:400px;
    height:100px;
    border: 1px solid black;
    display: flex;
    align-items: center;
    padding:10px;
    border: 2px solid rgba(152, 152, 152, 0.20) !important;
    background: #FFF;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px !important;
    cursor: pointer;
    margin-bottom: 20px;
}

.selected{
    background:#00b14f;
    color:white
}
.upper-main{
    background:white;
    width: 100%;
    height:80px;
    -webkit-box-shadow: 3px 1px 10px 0px rgba(50, 50, 50, 0.6);
    -moz-box-shadow:    3px 1px 10px 0px rgba(50, 50, 50, 0.6);
    box-shadow:         3px 1px 10px 0px rgba(50, 50, 50, 0.6);
}

@media(max-width:500px){
    .main-container input{
        width:300px;
    }
    .main-container button{
        width:300px;
    }
    .nsm7Bb-HzV7m-LgbsSe{
        width:300px !important;
        margin:0px auto !important;
    }
    footer p{
        width:90% !important;
    }
    .main-container{
        margin-top:40px;
    }
    .taskbar-button{
        display: block !important;
    }
    .left-side-taskbar {
        position: fixed;
        left:-100%;
        transition: all .5s;
        top:80px;
    }
    .upper-main{
        display:flex !important;
    }
    #checkfml{
        display: none;
    }
    .maindashboard{
        width:auto !important;
        padding:0px 40px !important;
    }
    .table{
        width:100% !important;
    }
}



