* {
  box-sizing: border-box;
}

body {
  text-align: center;
    overflow: hidden;
}

#video-background {
   position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
  background-image: url('img/Fondo.png');
  background-size: cover;
}

#video-background video {
   width: 100%;
  height: 100%;
  object-fit: cover;
}

.content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  text-align: center;
  color: #fff;
}

#logo {
  width: 300%;
  max-width: 325px;
margin-top: -13%;
    position: relative;
}

.text-container {
    margin-top: 1%;
    margin-bottom: 0.4%;
    margin-left: 1%;
}

.centered
{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.text-container p {
  font-size: 18px;
    font-family: arial, sans-serif;
  color: #d5c37a;
    text-align: center;
}

.kerning
{
    letter-spacing: 4.5px;
}

.content button {
  padding: 12px 24px;
  font-size: 18px;
font-family: arial, sans-serif;
  background-color: transparent !important;
  color: #d5c37a;
  border: 1.7px solid #d5c37a;
  border-radius: 4px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .content button {
    font-size: 16px;
  }
}
