 .intro {
  margin-left: 80px;
  padding-top: 130px;
  color: white;
 } 

 .hi, .navigation {
  font-size: 70px;
  background-image: linear-gradient(0.5turn, #3f87a6, #ebf8e1, #f69d3c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

 .intro .text {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 50px;
  line-height: 30px;
 }

 .videos iframe {
  margin-bottom: 10px;
  margin-right: 50px;
 }

 .intro .button {
  height: 50px;
  width: 180px;
  background-color: cornflowerblue;
  border-radius: 12px;

  display: flex;
  justify-content: center;
  align-items: center;
 }

 .intro .button_text {
  color: azure;
  font-size: 20px;
  text-decoration: none;
 }

#navigation {
  margin-top: 100px;
}

#navigation .nav_blocks {
  list-style-type: none; 
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
  background-image: linear-gradient(0.5turn, cornflowerblue, #ebf8e1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 }

small {
margin-bottom: 10px;
}

#navigation ol li {
margin-left: 20px;
}

#bottom_of_the_site {
  margin-top: 2500px;
}

.pointing_finger {
  font-size: 50px;
  color: cornflowerblue;
}










