body {
  background-image: url("Bg1.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -60px;
}

.top-heading {
  font-family: "Pinyon Script", cursive;
  font-size: 70px;
  color: white;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.8);
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.continue-button {
  background-color: rgb(0, 0, 0);
  color: white;
  font-size: 40px;
  border: 3px;
  border-style: solid;
  border-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  border-radius: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
  cursor: pointer;
  margin-left: 30px;
  margin-top: 550px;
  border-radius: 10px;
  margin-bottom: 50px;
}

.continue-button:hover {
  opacity: 0.8;
}

.continue-button:active {
  opacity: 0.5;
}

.btn-text {
  text-decoration: none;
  color: white;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}