@font-face {
    font-family: 'fontey';
    src: url('fonts/font.woff2') format('woff2'),
         url('fonts/font.woff') format('woff');
}

h1, p, a {
    font-family: 'fontey';
  }

  a { color: #84b6f0; }

  header {
    padding: 10px;
    background-color: #2962a3;
    border-bottom: 4px solid #84b6f0;
    color: #84b6f0;
  }

  .games {
    padding: 10px;
    background-color: #2962a3;
    border-bottom: 4px solid #84b6f0;
    color: #84b6f0;
  }
 