body {
  background-color: rgb(0, 45, 38);
}

.gold,
.white {
  font-family: "Caveat", cursive;
}

.gold {
  color: rgb(166, 129, 37);
}

.white {
  color: rgb(255, 228, 226);
}

.names-container {
  display: flex;
  flex-direction: col;
  align-items: center;
  height: 100vh;
}

.names {
  flex: 1 0 auto;
}

.name {
  font-size: 50px;
}
