.cabin-sketch-regular {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.cabin-sketch-bold {
  font-family: "Cabin Sketch", sans-serif;
  font-weight: 700;
  font-style: normal;
}

#background {
   background-image:linear-gradient(to bottom, #f97316bd,#a855f79e), url(FullBand-1.jpg);
   background-position: 50% 50%;
}

#presentation {
  background: -webkit-linear-gradient(#fff, #ffe491);
    background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (min-width: 480px) {
  iframe#youtube {
    width: 60vw; 
    height: calc(60vh * 2/3);
  }
}
