@font-face {
  font-family: 'Terminal Grotesque Regular', 'sans-serif';
  src: url(C:\Users\xbmsl\Downloads\terminal-grotesque.grotesque-regular.ttf)}

@font-face {
  font-family: 'DPComic Regular', 'sans-serif';
  src: url(C:\Users\xbmsl\Downloads\dpcomic\dpcomic.ttf)}
  
@font-face {
  font-family: 'VT323 Regular', 'sans-serif';
  src: url(C:\Users\xbmsl\Downloads\vt323\VT323-Regular.ttf)}
  
body{
     background-color: #f2d3f6;
  }

h1{
  font-family: 'terminal grotesque regular';
      font-size: 50px;
}

h2{
  font-family: 'DPComic regular';
      font-size: 30px;
  text-shadow: color=#5cbbff, 3px;
}

p{
  font-family: 'vt323 regular';
      font-size: 20px;
}

li{
  font-family: 'vt323 regular';
      font-size: 20px;
}

th{
  font-family: 'vt323 regular';
  font-size: 20px;
}

button{
  border-radius:17px;
}

h3{
  font-family: 'DPComic regular';
      font-size: 25px;
}





