
body {
    background-image: url('../form_background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    line-height: 24px;
}


.container{
    padding-top: 5vh;
}


div {
  font-family: 'Press Start 2P', cursive;
  text-align: center;
}

h1{
    padding-top: 2vh;
    text-align: center;
    font-family: 'Press Start 2P', cursive;
    font-size: 3vh;
}