#login-info {
  display: flex;
  justify-content: center;
  text-align: center;
  color: white;
  text-shadow: 0px 0px 10px black;
  font-size: 60px;
  font-weight: 900;
  opacity: 0.7;
}

#greeting {
  display: inline-flexbox;
  text-align: center;
  color: white;
  font-size: 60px;
  font-weight: 900;
  opacity: 0.7;
}

#login-form {
  display: inline-flexbox;
  text-align: center;
  margin-top: 20px;
}

#loginBtn {
  width: 50px;
  height: 20px;
  background-color: black;
  color: white;
  border: none;
  border-radius: 20px;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
