@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');

body, html {
  height: 100%;
  margin: 0;
}

.bg {
  background-image: url("https://media.quietplace.xyz/files/ad4a58fd-9ae1-4a44-9453-3fd85e690cba.jpg");
  
  /* Full height */
  height: 100%;
  width: 100%;
  
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  
  display: flex;
  flex-direction: column;
  align-items: center;
}

a {
  color: hotpink;
}

.content {
  color: white;
  font-family: 'Comfortaa', cursive;
  width: fit-content;
  font-size: 20px;
}

.contact {
  font-size: 16px;
}
.notice {
  font-size: 14px;
}

.heading {
  display: flex;
  flex-direction: column;
  align-items: center;
}
