*{
  font-family: Arial, Helvetica, sans-serif;
}

body{
    color:white;
    margin:0;
    padding:0;
    background-color: rgb(18, 18, 18);
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

p{
  font-family: Roboto, arial;
}

header{
    background-color: black;
    height:80px;
    align-content: center;
    
}

h1{
    text-align: center;
    margin:0;
    font-size:40px;
}

main{
    display:flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    min-height: 100hv;
}

#contenedor{
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}

h2{
  font-size: 34px;
  margin-right: 100px;

}

.item{
    margin:6px 0;
    padding:6px;
    font-size: 24px;
    border-radius: 6px;
}


#boton-div{
    display: flex;
    gap: 10px;

}

button{
    padding:10px 16px;
    background-color: black;
    border:none;
    color:white;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
}



button:hover{
    cursor:pointer;
    background-color: rgb(68, 68, 68);
    color:rgb(255, 255, 255);
}

input{
    border-radius: 10px;
    border:none;
    background-color: black;
    color: white;
    padding:0px 10px;
    
}


footer{
    margin-top: auto;
    background-color: black;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:20px 0px 4px 0;
    font-style: italic;
}

span a{
  color: white;
  text-decoration: none;
}
span a:hover{
  text-decoration: underline;
}



.derechos-txt{
  padding:10px
}

.botones{
  height:50px;
}

.boton{
  height: 100%;
}