.scroll
{
    background-color: white;
    position: absolute;
    right: 1%;
    top: 19%;
    width: 98%;
    height: 80%;
    border-radius: 40px;
    overflow-y: scroll;
    font-size: 10px;
    font-family: 'mars';
    margin-top: 100px;
}
.header
{
position: relative;
margin: 10px;
margin-bottom: 40px;

}
.logo
{
    position: relative;
    top: 37px;
    left: 15px;
}
.themes 
{
    margin: 0px;
    padding: 5px;
    padding-right: -50px;
    position: relative;
    top: 40px;
}

@media screen and (max-width: 480px) {
    
}
@font-face {
    font-family: 'mars';
    src: url(TD\ Mars.otf);
}