html,
body {
    height: 100%;
    background-color: black;
}

.wrap {
    min-height: 100%;
    height: auto;


}

.container{
    padding: 0px !important;
}

.commonBtn{
    background-color: darkgray;
    color: white;
    font-weight: bold;
    font-size: 3vh;
    display: block;
    text-align: center;
    padding: 10px;
    min-height: 7vh;
    cursor: pointer;
}

p{
    text-align: center;
    font-weight: bold;
}

.current{
    background-color: cornflowerblue;
}
@media screen and (max-width: 1024px) {
    div{
        width: 100%;
        white-space: nowrap;
        font-size: 3.5vw;
    }
    .container{
        width: 100vw !important;
    }
    .res{
        margin-left: 17vw !important;
    }
}

.res{
    margin-left: 4.7vw;
    margin-right: 2vw;
}