html {
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #000000;
  background-image: url("src/bg.png");
  background-repeat: no-repeat;
  background-size: 200%;
  text-align: center;
  color: white;
}

h1 {
  margin-top: 20vh;
  margin-bottom: 5px;
  font-size: 45px;
}

.exit-button {
  margin-top: 140px;
}

button {
  padding: 20px;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  background-color: #6c2c6b;
  border: none;
  border-radius: 5px;
}


