@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/TitilliumWeb-Regular.ttf");
}
@font-face {
  font-family: "TitilliumWeb";
  src: url("../fonts/TitilliumWeb-Bold.ttf");
  font-weight: bold;
}
body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  font-family: "TitilliumWeb";
}

header {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 1rem 0;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
}
header img {
  width: 70px;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.main img {
  width: 100%;
}
.main h1 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 24px;
  color: black;
  text-align: center;
  width: 80%;
  margin: 3rem 0 1rem 0;
}
.main h1 span {
  color: #D49A16;
}
.main p {
  color: black;
  width: 60%;
  text-align: center;
  line-height: 24px;
}
.main iframe {
  width: 80%;
  aspect-ratio: 16/9;
  margin: 2rem 0 0;
}
.main a {
  background: #D49A16;
  color: white;
  padding: 1rem 0;
  width: 80%;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-radius: 7px;
  margin: 4rem 0;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */