@font-face {
  font-family: Louis;
  src: url(../../fonts/louis_george_caf/Louis\ George\ Cafe.ttf);
}

body {
  margin: 0;
  padding: 0;
  background-color: #a5a581;
  /*background-color: #b3cf99;*/
  font-family: Louis !important;
  color: #5e4332;
}

main {
  max-width: 1280px;
  position: relative;
  margin: 0px auto;
}

h1 {
  font-size: 2.37rem;
}

h3 {
  font-size: 30px;
  text-align: center;
}

header {
  position: absolute;
  top: 0;
  right: 25px;
  text-align: right;
  width: 100%;
  animation-name: slide;
  animation-duration: 2s;
}

@keyframes slide {
  0% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0px);
    opacity: 1;
  }
}

#loop {
  width: 100%;
}

video {
  object-fit: contain;
}

div {
  text-align: center;
}

div a {
  text-decoration: none;
  font-size: 18px;
  color: #5e4332;
  background-color: #b1b290;
  padding: 20px;
  border-radius: 30px;
}

div a:hover {
  color: #bb5c5a;
}

#exercises {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #b1b290;
  border-radius: 50px;
  place-items: center;
}

h4 {
  text-align: center;
  font-size: 20px;
}

#exercises p {
  padding: 20px;
}

iframe {
  padding: 10px;
}

/*footer*/
footer {
  text-align: center;
}
