body {
  background-color: #5e2f7f;
  color: goldenrod;

  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'PT Serif', serif;
  font-size: 96px;
  font-weight: normal;
}

button {
  border: 2px goldenrod solid;
  border-radius: 10px;

  color: white;
  background-color: transparent;

  padding: 10px 20px;

  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

button:hover {
  cursor: pointer;
  background-color: goldenrod;
}

button:active {
  background-color: #BC8702;
  border-color: #BC8702;
}

.logo {
  width: 100%;
  max-width: 540px;
}

.wosb {
    height: 100px;
}