* {
  font-family: fantasy;
}
body {
  background-color: #00357a;
  
}

.horizontalcenter {
  display: flex;
  justify-content: center;
}

button {
  color: white;
  background-color: transparent;
  border:0cap;
}
button:hover {
  color: gray;
}

.bottom-text {
  margin-top: auto;
}

