@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("fonts/Roboto-Regular.ttf") format("truetype");
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("fonts/Roboto-Bold.ttf") format("truetype");
}

body {
    background-color: #1d6097ff;
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    justify-content: center;
    display: flex;
    color: white;
    flex-direction: column;
    align-items: center;
  }

  .site-header{
      width: 100vw;
      border-bottom: 1px solid wheat;
      text-align: center;
  }