body, html {
  height: 100%;
  background: #464650;
}

.bg {
  background-image: url("logo.svg");
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.bg button {
  text-align: center;
  position: absolute;
  top: 5%;
  left: 5%;
  color: #ffe1af;
  background-color: black;
  font-weight: bold;
  border: none;
  font-size: 1.75rem;
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 8px;
}

.bg button:active {
  color: #464650;
  background-color: #ffe1af;
}

footer {
  font-size: 0.75rem;
}
