/* CSS stuff for my  about me page */



/*frame for the picture of myself*/
   #polaroidframe {
     position: fixed;
     top: 300px;
     left: 200px;
     transform: rotate(15deg);
     width: 608.4px;
     height:590.4px;
   }
   
body{
/*background*/
  background-image: url("https://files.catbox.moe/cy6ob8.pdf");
  background-repeat: no-repeat;
   background-size: 100% 100%;
   background-position: center;
   background-attachment: fixed;
   /*font stuff*/
   font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal
   
  
}
h1{
    position: fixed;
    top: 13px;
     left: 160px;
     transform: rotate(-7.75deg);
     font-size: 80px;
     text-align: center;
     height:auto;
     
   }
  