
@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,opsz,wght@0,18..144,300..900;1,18..144,300..900&display=swap');
 body{
 margin: 0;
 padding: 0;
 height: 100%; 
 overflow: hidden;

  color: white;

  background-color: lightblue;
}
 
 
 .hmhborder{
   position: fixed;
   right: 1px ;
  top: 1px;

 }
 
 .back {
  position: absolute;
   font-family: "Merriweather";
   padding: 2px 4px;
   border: 20px solid;
   border-radius: 20px;
   border-width: 4px;
   top: 1px;
   transform: translateY(10%);
   width: max-content;
  
 }
 
  
.corner-img {
  position: fixed;
  bottom: 10px;
  left: 10px;
  width: 575px;
  height: auto;
}  
  .track-list {
    position: fixed;
    top: 50%;
    right: 280px;
    font-size: 30px;
    transform: translateY(-80%);
  }
  .divider {
    border: none;
    border-top: 2px solid;
  
    width: 300px;
    margin: 430px 180px 0 auto;
   
  }
    
    .tracks { 
       position: fixed;
    top: 75%;
    right: 200px;
    font-size: 16px;
    transform: translateY(-50%);
    line-height: 40px;
    }
    
    h1 {
    position: absolute;
      font-family: "Merriweather"; system-ui;
      font-weight: 250;
      font-style: normal;
      max-width: 100%;
      top:1%;
      left:1%;
      font-size: 94px;
    }
   
    h2 {
      position: fixed;
      font-family: "merriweather";
      font-size: 65px;
      top: 140px;
      left: 39%;
       }
       
       h3 {
           position: absolute;
      font-family: "merriweather";
      font-size: 16px;
      top: 19%;
      left: 46%;
       }
       
    .stream {
    position: fixed;
    font-family: "merriweather";
    font-style: oblique;
    font-weight: 100;
    font-size: 50px;
    left: 755px;
    bottom: 1px;
    }
    
    .statement{ 
      font-family: "merriweather"; system-ui;
       font-style: normal;
       font-size: 12px;
      max-width: 100%;
      position: fixed;
      bottom:160px;
      left: 40%;
       }
       
    .raymond {
     position: fixed;
      right: 360px;
      top: 50px;
      width: 200px;
      height: auto;
      z-index: 10;
      
    }
    
      .frame1 {
 position: fixed;
 bottom: 3px;
 left: 6px;
  width: 565px;
  height: 565px;
  border: 9px solid;
  border-color: aliceblue;
  border-radius: 16px;          

        
      }
      
     //  .frame2 {
 position: fixed;
 top: 45px;
 right: 356px;
  width: 195px;
  height: 248px;
  border: 7px solid;
  border-color: skyblue;
  border-radius: 8px;   
       }
       
      .frame3 {
 position: fixed;
 top: 22px;
 right: 135px;
  width: 152px;
  height: 201px;
  border: 7px solid;
  border-color: aliceblue;
  border-radius: 16px;    
  
       }
       .spotify {
       position: fixed;
      max-width: calc(3vw - 2px);
  max-height: calc(3vh - 2px);
  height: auto;
  bottom: 28px;
  left: 735px;
       }
       
       
          .applemusic {
       position: fixed;
      max-width: calc(3vw - 2px);
  max-height: calc(3vh - 2px);
  height: auto;
 bottom:28px;
  left: 765px;
    
    
       }   .youtube {
       position: fixed;
      max-width: calc(3vw - 2px);
  max-height: calc(3vh - 2px);
  height: auto;
  bottom: 28px;
  left: 795px;
       }
    
          .soundcloud {
       position: fixed;
      max-width: calc(3vw - 2px);
  max-height: calc(3vh - 2px);
  height: auto;
 bottom: 28px;
  left: 825px;
          }
  
    .primemusic {
       position: fixed;
      max-width: calc(3vw - 2px);
  max-height: calc(3vh - 2px);
  height: auto;
 bottom: 28px;
  left: 855px;
    }
    
    .meandrudy{
      position: fixed;
      right: 140px;
      top: 28px;
      width: 10%;
      height: auto;
    }
    
       
   
    
    