
#font-face {
                font-family:'Homework Preschooler';
                src: url('https://melanoona.neocities.org/Fonts/homeworkpreschooler.ttf') format('ttf');
                font-weight: bold;
                font-style: normal;
            }


body {
  background-color: #FFFFFF;
  background-image: linear-gradient(35deg, #FF7A00, #FFEE57, #FA7DB1);
  color: #3b1f01;
  font-family:'Homework Preschooler', Trebuchet MS; 
  background-size: 100%;
  min-height: 100vh;
}

h1 {
 font-size: 75px;
}

p{
  font-size: 50px;
  font-weight: bold;
}

h5{
  font-family: Monospace;
  color: transparent;            /* Text color */
  font-size: 15px;

}