body {
    font-family: LOL;
    background-image: url('sovietine.png');
    color: rgb(252, 238, 194);
    font-size: x-large;
    background-size: cover;
    background-attachment: fixed;
  }


  .right-div {
    position: fixed;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%; 
    top:0;
    height:100%;
    overflow: auto;
}

.info{
max-width: 85%;
background-color: rgba(0, 0, 0, 0.836);
border-radius: 10px;
display: flex;
align-items: center;
flex-direction: column;
overflow: auto;
margin:10px;
padding:2%;
}
.info2{
    max-width: 25%;
    background-color: rgba(0, 0, 0, 0.836);
    border-radius: 10px;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: hidden;
    margin:10px;
    padding:2%;
    }

@font-face {
    font-family: Soviet;
    src: url('Kroftsmann.ttf');
}

@font-face {
    font-family: LOL;
    src: url('Fyodor-Bold.ttf');
}

.sovietheader{
    font-family: Soviet;
    font-size: 75px;
    color: rgb(201, 45, 45);
    margin: 10px;
    padding-top:10px;
}
.sovietheader2{
    font-family: Soviet;
    font-size: 50px;
    color: rgb(255, 255, 255);
    margin: 10px;
}

.playlistdiv{
    border-radius: 10px;
    padding:10px;
    margin-top: 10px;
    text-align: center;
    width: 80%;
}



.playlist{
    font-family: LOL;
}

@media screen and (max-width: 1740px) and (min-width:1220px) {
    .right-div{
    }
    .sovietheader{
     font-size: 65px;
    }
    .sovietheader2{
     font-size: 40px;
    }
    body{
     font-size: large;
    }
 }

@media screen and (max-width: 1220px) and (min-width:1100px) {

   .sovietheader{
    font-size: 50px;
   }
   .sovietheader2{
    font-size: 25px;
   }
   body{
    font-size: medium;
   }
}
@media screen and (max-width: 1100px) and (min-width:540px) {
    
    .right-div{
        flex-direction: column;
    }

    .info2{
        max-width: 85%;
    }

    .sovietheader{
        font-size: 60px;
       }
       .sovietheader2{
        font-size: 45px;
       } 
       body{
        font-size: large;
       }
 }

 @media screen and (max-width: 540px) and (min-width:0px) {

    .right-div{
        flex-direction: column;
    }

    .info2{
        max-width: 85%;
    }


    .sovietheader{
        font-size: 40px;
       }  
       .sovietheader2{
        font-size: 25px;
       }   
       body{
        font-size: small;
       }
 }