*,
*::before,
*::after {
  box-sizing: border-box;
}

.title {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 3rem;
  margin:20px 0;
  margin-bottom: 0px;
}

.subtitle {
  font-family: "Pacifico", cursive;
  font-weight: 400;
  font-style: normal;
  font-size: 1.7rem;
  margin:20px 0;
  margin-top: 0px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  background-color: #1d171c;
  text-align: center;
  color: #FFECEF;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

p {
  margin-bottom: 50px;
  font-size: 115%;
}

.bottom {
  font-style: italic;
  font-size: 10px;
  margin-top: auto;
  margin-bottom: 15px;
}

.video {
  width: 100%;
  max-width: 600px;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  padding-left: 40px;
  padding-right: 40px;
}
