body {
  font-family: Helvetica;
  background: #1488CC;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(https://i.postimg.cc/nVKJBz3d/Wallpaper-Angst.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    color: #316b9d;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 108vh;
  margin: 0;
}

h1 {
  text-align: center;
  margin: 1% 0 0% 0;
  
}

#wordbox {
  /*opacity: 0;*/
  margin: 30px auto 0;
  display: block;
  width: 450px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  background: #fff;
  border-radius: 50px;
  color: #black;
  transition: 1s linear;
}


#button {
  display: block;
  margin: 0 auto;
  font-family: Helvetica;
  font-weight: bold;
  letter-spacing: 2px;
  padding: 10px 20px;
  font-size: 20px;
   border-radius: 50px;
  background: #2f1c3a;
  color: #ffff;
}
#button:hover {
  background-color: #815e9e;
  color: white;
}