.italianno-regular {
  font-family: "Italianno", cursive;
  font-weight: 400;
  font-style: normal;
}

html {
  background-image: url("assets/forest.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

body {
  background-color: rgba(58, 88, 116, 0.7);
  min-height: 100vh;
  margin: 0;
}

h1 {
  font-family: "Italianno", cursive;
  font-size: 250px;
  align-items: center;
  color: #ffffff;
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.tutorial {
  background-color: #3a5874;
  display: grid;
  align-items: center;
  justify-content: center;
  width: 200px;
  border-radius: 10px;
  margin:;
}

a {
  font-size: 30px;
  color: white;
  text-align: center;
}

p {
  align-itmes: center;
  text-align: center;
}

.credits {
  color: white;
  font-size: 20px;
}

.instructions {
  background-image: url("assets/paper3.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  width: 90%;
  max-width: 240px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  padding: 2% 4%;
  box-sizing: border-box;
}

.instructions ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.instructions li {
  margin-bottom: 10px;
  font-size: 1rem;
}

.prizes {
  background-image: url("assets/paper2.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  width: 90%;
  max-width: 300px;
  margin: 20px auto;
  align-items: center;
  justify-content: center;
  padding: 4% 4%;
  box-sizing: border-box;
}

.ysws {
  background-image: url("assets/paper.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;

  width: 90%;
  max-width: 330px;
  align-items: center;
  justify-content: center;
  padding: 4% 4%;
  box-sizing: border-box;
}

.bounce {
  position: absolute;
  will-change: left, top;
  cursor: pointer;
}

.bounce:hover {
  transform: scale(1.05);
}

footer {
  position: sticky;
  bottom: 10px;
}
