html {
    box-sizing: border-box;
    font-size: 20px;
  
  }
  
  h1{
    font-family: "Jersey 10", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 80px;
    }
  button {
    font-family: "Jersey 10", serif;
    font-weight: 400;
    font-style: normal;
  }
  input[type="text"] {
    font-family: "Jersey 10", serif;
    font-weight: 400;
    font-style: normal;
  }
  
  body {
    background: 
      url('resources/background-3.gif') no-repeat fixed center;
    margin: flex;
    height: flex;
    width: flex;
    font-family: sans-serif;
    line-height: 1.5;
    color: #e9e6d9
  }
  

  .overlayImage {
    position: absolute;
    top: 50%;
    left: 17.5%;
    width: 70%;
    text-align: center;
    z-index: -1; 
  }

  #colorOverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 200vw;
    height: 100vh;
    z-index: -1; 
}

#nameInput {
  position: relative;
    margin-top: 31%;
    left: 50%;
    transform: translateX(-180%);
    font-size: 25px;
    font-family: 'Jersey 10', sans-serif; 
    padding: 6px 10px;
    text-align: left;
}
