html, body {
  height: 100vh;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.dinosaur {
  cursor: url('data:image/x-icon;base64,AAACAAEAICAQAAAAAADoAgAAFgAAACgAAAAgAAAAQAAAAAEABAAAAAAAAAIAAAAAAAAAAAAAEAAAAAAAAAAAAAAAxMLEAAQCBAD8/vwAhIKEAPz+BACEggQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAIiIAAAAAAAAAAAAAAAAAAmVSAAIiIgAAAAAAAAAAAiJVIiIiZlIAAAAAAAAAIiZiViZmZiIgAAAAAAAAImZmYlYmZmZmIAAAAAAAAmZmVVJWYiImZmIAAAAAACZlVVVWVWZmYmZmIAAAAAZlVVVVVlVVVWJmZiAAAAAGVVVVVVVmUzViZWZiAAAAZVViJlVVVlM1YlVWYgAAAGVWIAZVVVVTNSZSJmIAAABlYgAkZVNVM1JlZSZiAAAAZWIAIWVTMzVVVWUmYiIAAGViACBGVTM1VVJVJiJiAAAGViJERlVTNVUlVmYiYgAABlYgAAJlVTNVVWVmJmIAAABlYgACRlVTVVZVYmYgAAAAZWIAAgRlVVVVVmIiAAAAAAZWICREAmVVVVYgAAAAAAAGViAAAAJGVVVmIAAAAAAAAGUgAAACBGVVYgAAAAAAAABlIAAAJERlVmIAAAAAAAAGUgAAAAAAZVYgAAAAAAAAZSAAAAAAAGVWIAACIiAAAGIAAAAAAABlNiAAJmZiAAAAAAAAAAAAZTYgAmVVYgAAAAAAAAAAAGU1YiJlVWIAAAAAAAAAAAAGU1ZmUlVgAAAAAAAAAAAABlUzNVVWAAAAAAAAAAAAAABlVVVWYAAAAAAAAAAAAAAABmZmYAAAAAAAAAAAAAAAAAAAAAAAAAD/8P///+Dg//+AAP/8AAH/8AAB/+AAAP/AAAB/gAAAf4AAAD8AAAA/BgAAPwwAAD8MAAAPDQAAD4AAAA+HgAAPw4AAH8OgAD/hCAH/4fgB//H6A//x8AP/4/8H/8f/B4fP/wcD//8GA///AAP//4AH//+AD///wB///+B//////w=='), auto;
}

#first-screen {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url('/assets/images/background.jpg');
  background-size: 30%;
  user-select: none;
}
@media screen and (max-width: 768px) {
  #first-screen {
    background-size: 60%;
  }
}

#first-screen .cta {
  position: relative;
  box-shadow: 0px 0px 110px 120px white;
}

#first-screen .cta .cta-wrapper {
  background-color: white;
}

@keyframes pulse {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.7);
	}
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
	}
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
	}
}

#first-screen .cta a {
  font-family: "Comic Sans MS";
  border: 2px solid red;
  border-radius: 5px;
  font-weight: bold;
  font-size: 20px;
  padding: 4px 10px;
  color: black;
  display: block;
	transform: scale(1);
}
#first-screen .cta a:hover {
	animation: pulse 1s infinite;
}
@supports (-webkit-background-clip: text) or (background-clip: text) {
  #first-screen .cta a {
    background: -webkit-linear-gradient(0deg, violet, indigo, blue, green, orange, red);
    -webkit-background-clip: text;
            background-clip: text;
    color: transparent;
  }
}

#first-screen .arrow {
  position: absolute;
}

#first-screen .arrow.arrow-1 {
  top: 10px;
  left: -110px;
}
#first-screen .arrow.arrow-2 {
  top: -75px;
  left: 38px;
  transform: rotate(90deg);
}
#first-screen .arrow.arrow-3 {
  top: -10px;
  right: -90px;
}
#first-screen .arrow.arrow-4 {
  bottom: -80px;
  right: -80px;
  transform: rotate(30deg);
}
#first-screen .arrow.arrow-5 {
  bottom: -80px;
  right: 40px;
}
#first-screen .arrow.arrow-6 {
  top: -40px;
  left: -25px;
  transform: rotate(43deg);
}
#first-screen .arrow.arrow-7 {
  bottom: -70px;
  left: -70px;
  transform: rotate(-28deg);
}
#first-screen .arrow.arrow-8 {
  top: -50px;
  right: -50px;
  transform: rotate(-46deg);
}

#second-screen {
  text-align: left;
  margin: 20px;
}
#second-screen .content {
  max-width: 640px;
  margin: auto;
  margin-top: 40px;
  padding-bottom: 40px;
  user-select: none;
}
#second-screen .header {
  font-family: 'Playfair Display', serif;
  font-size: 68px;
  font-style: italic;
  font-weight: bold;
  letter-spacing: normal;
  line-height: 68px;
  text-transform: none;
  color: black;
  margin-bottom: 30px;
}

#second-screen p {
  font-size: 23px;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-height: 32px;
  text-transform: none;
  color: black;
  margin-bottom: 20px;
  text-align: justify;
}
#second-screen a:hover {
  color: black;
  text-decoration: none;
  border-bottom: 1px solid lightgray;
}
/* Underline styles - details of technique here: https://nickymeuleman.netlify.app/blog/css-animated-wrapping-underline */
#second-screen a {
  color: inherit;
  text-decoration: none;
  background: 
    linear-gradient(to right, rgba(200, 200, 200, 1), rgba(180, 180, 180, 1)),
    linear-gradient(to right, rgba(255, 0, 0, 1), rgba(255, 0, 180, 1), rgba(0, 100, 200, 1));
  background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  transition: background-size 400ms;
}
#second-screen a:hover,
#second-screen a:focus {
  background-size: 0 1px, 100% 1px;
}

@media screen and (max-width: 768px) {
  #second-screen .header {
    font-size: 48px;
    line-height: 48px;
  }
  #second-screen p {
    font-size: 20px;
    line-height: 24px;
  }
}

#second-screen .bonus-wrapper, #second-screen .bonus-wrapper a {
  color: grey;
  font-size: 1em;
  padding-top: 20px;
}

#bonus-screen, #quizz-screen {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
}

#bonus-screen .popin, #quizz-screen .popin {
  background: white;
  padding: 20px;
  width: 90%;
  max-width: 1920px;
  border-radius: 4px;
  box-shadow: 0 0 100px 50px black;
  user-select: none;
}
#quizz-screen .popin {
  width: 50%;
}

@media screen and (max-width: 768px) {
  #bonus-screen .popin,
  #quizz-screen .popin {
    width: 90%;
  }
}

#bonus-screen .close, #quizz-screen .close {
  cursor: pointer;
  float: right;
  color:rgba(0, 0, 0, 0.75);
}
#bonus-screen .close:hover, #quizz-screen .close:hover {
  color: black;
}
#bonus-screen video, #quizz-screen video {
  margin-top: 16px;
}