    
    body {
      
      background-image: url("https://i.postimg.cc/nL2Q6KKk/fnaf.jpg");
      background-position: center;
      background-size: 39%;
      background-repeat: repeat;
      text-align: center;
      color: #893EB2;
      font-family: 'Times New Roman';
      font-size:25px;

      
    }
      
      h1 {
        
        font-size: 40px;
      
        
      }
        
          @media screen and (min-width: 360px) and (max-width: 768px) { 
          body {
          
            background-size: 100%;
            background-repeat: repeat;
            font-size: 25px;
            text-align: center;
            
          }
            
                      @media screen and (min-width: 360px) and (max-width: 768px) { 
h1 {
  
  font-size: 35px;
            

          }

          }
}