style.css

@font-face {
  font-family: 'DM Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url(DM-Serif-Display.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url(poppins.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url(caveat.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Body */
body {
  background-color: #0066ff;
  color: #fff; 
  font-family: 'Poppins', sans-serif;
  padding: 0;
  text-align: justify;
  font-size: 18px;
}

/* Headings */
h1, h2, h3, h4, h5, h6 {
  color: #fff; 
  margin-top: 1em;
  margin-bottom: 0.5em;
  margin: 10px;
  font-family: 'DM Serif Display';
  text-align: left;
}
h1 {
  text-align: center;
  font-size: 55px;
  border: 1px solid white;
  text-shadow: 4px 4px #333;
}

h2 { 
  font-size: 36px; 
  text-decoration: underline solid;
  text-shadow: 3px 3px #333;
}

h3 { 
  font-size: 22px; 
  text-shadow: 2px 2px #333;
}

small {
  font-size: 10px;
  font-family: 'Poppins';
}