@font-face {
    font-family: 'San Fransisco Display';
    src: url('ggsans_semibold.woff2') format('woff2');
  }
  
  body {
    height: 100%;
    width: 100%;
    background-color: black;
    font-family: 'San Fransisco Display';
    color: white;
    overflow-x: hidden;
  }

  button {
    width: 200px;
    height: 50px;
    background-color: #ffffff;
    color: #000000;
    font-size: 16px;
    border-radius: 10em;
    padding: 9px, 5px;
    color: white;
  }
  
  .header {
    font-size: 32px;
    color: #0038ee;
  }

  .c-button {
    min-width: 100px;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-family: 'San Fransisco Display';
    appearance: none;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: #60bdf3;
    padding: 6px 14px;
    font-size: 24px;
    cursor: pointer;
  }
  
  .c-button:hover {
    background-color: transparent;
    color: #004cff;
  }
  
  .c-button:focus {
    outline: none;
    color: #fff;
  }
  
  .c-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }

  h1, h2, h3, h4, h5, h6 {
    color: white;
  }