body{
  background-image: url(images/misty-coastline-with-hills-and-dark-waters_upscaled.png);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}

.github{
  font-size: 20px;
  position: relative;
  top: 20px;
  right: -700px;
  background-color: #00000000;
  color: rgba(255, 255, 255, 0.81);
  border: none;
  cursor: pointer;
}

h1{
  font-family: Birthstone, 'Times New Roman', Times, serif;
  font-size: 300px;
  color: #e6f7ff;
  text-shadow: 3px 1px 3px rgb(0, 25, 37);
  position: relative;
  top: -125px;
}

h2{
  font-family: Roboto Flex, sans-serif;
  font-size: 75px;
  color: #c0d9e2;
  position: relative;
  top: -350px;
}

body::-webkit-scrollbar{
  display: none
}

.text{
  line-height: 4;
  font-size: 30px;
}

.continue{
  font-size: 30px;
  position: relative;
  top: -200px;
  background-color: #00000000;
  color: rgba(255, 255, 255, 0.81);
  border: none;
  cursor: pointer;
}
