*{
}

@import url('https://fonts.googleapis.com/css2?family=Kodchasan&family=Roboto&display=swap');


.logos{
    margin-top: 0em;
    padding: 0.2em 0.8em 0.2em 0.4em;
    box-sizing: content-box;
    display: inline-flex;
    align-items: center;
    align-content: center;
    align-self: center;
    box-shadow: 0px 10px 10px 0.8px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
}

.logos h1{
    margin: 0;
    font-size: 1.4em;
    color: darkgreen;
    font-weight: 100;
    font-variant: normal;
    font-family: "Roboto", sans-serif;
}

main img{
    width: 40px;
    padding: 0em 1em 0em 0em;
    box-sizing: border-box;
    padding-top: 0.2em;
}

body main{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-weight: bold;
    
    
}


.text{
    font-size: 2.5em;
    color: darkgreen;
    font-weight: 900;
    font-stretch: normal;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
    
}


body main div button{
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    background-color: rgba(30, 114, 30, 0.43);
    color: white;
    align-items: center;
    font-family: "Roboto", sans-serif;
    margin: 1em 0em 0em 0em;
    padding: 0em 0em 0em 0em;
    border-radius: 50em;
    border-width: none;
    border-style: none;
    width: 23em;
    height: 2.5em;
    align-content: center;
    box-shadow: 0px 10px 10px 0.8px rgba(0, 0, 0, 0.18);
 }



.botones #registrarse{
    color: white;
        text-decoration-line: none;
}
.botones #iniciarsession{
    text-decoration-line: none;
    color: white;
}

.botones img{
    width: 2em;
}

#invitado{
    text-decoration: none;
    color: darkgreen;
    padding: 0.8em;
    font-family: "Roboto", sans-serif;
    width: bold;
}


footer{
    margin: 0em;
    padding: 1em 2em 2em 2em;
    font-family: 'Roboto', sans-serif;
    justify-content: center;
    text-align: center;
    display: flex;
    font-size: 0.8em;
    font-style: italic;
    color: gray;
    font-weight: 100;
}


body header video{
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: fixed;
  top: -10em;
  left: 0;
  opacity: 40%
}

.viewport-main{
  position: relative;
  height: auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}