
    .background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
      }
      
    a {
        font-family: "Rowdies", sans-serif;
        font-weight: 400;
        font-style: normal;
      }
    body {
        height: 100%;
    }