.body-height{
    min-height: 90vh;
    padding-top: 20px;
}
.bg-grey{
    background-color: #eee !important;
}
.aNo{
    text-decoration: none;
    color: #212529 !important;
}
.header{
    background-color: #202020;
}
.logo-heading{
    color: white;
    margin: 0px;
    margin-top: 5px;
}
.footer{
    background-color: #202020;
}
.home-bg{
    background-image: url("../image/bg.jpg");
    min-height: 500px;
    height: 87vh;
    width: 100%;
    background-size: cover;
}
.menu{
    display: flex;
    justify-content: end;
    list-style-type: none;
    align-items: center;
    margin: 0;
}
.menu li a{
    color: white !important;
    height: 100%;
    display: block;
}
.menu li a:hover{
    background-color: brown;
}
.active{
    background-color: brown !important;
}
.radioInput{
    width: 30px;
    height: 30px;
    margin-right: 10px;
}
#timer{
    background-color: blueviolet;
    width: fit-content;
    margin-left: auto;
    color: white;
    padding: 7px 30px;
    font-size: 25px;
}