body {
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100vh;
  color: white;
  
  background-image: url("https://cdn.wallpapersafari.com/31/2/A7C1GQ.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  backdrop-filter: blur(4px);
}

#home {
  position: absolute;
  top: 50px;
  left: 50px;
  border-radius: 100%;
  cursor: pointer;
  padding: 15px;
  border: 3px solid white;
  width: 75px;
  background-color: rgba(255, 255, 255, 0.5);
  color: white;
  height: 75px;
}

h1 {
  font-size: 60px;
  font-weight: 400;
  font-family: 'Choco Taste Trial', sans-serif;
  margin-bottom: 0;
}

h2 {
  margin-top: 0px;
  font-size: 20px;
  font-family: 'Unbounded', sans-serif;
  margin-bottom: 50px;
}

h2 span {
  font-size: 30px;
}

canvas {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(5px);
  border: 2px solid white;
}
