* {
    box-sizing: border-box;
}

img{
    margin: 50px;
    max-width: 30%;
    ;
}

header {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: #589468;

  }

  h1{
      font-size: 40pt;
      background-color: #589468;
      color: whitesmoke;
      margin: 30pt;
  }

  h2{
      font-size: 25pt;
      margin: 30pt;
      
  }

  h3{
      font-size: 25pt;
      width: 30%;
      margin: 30pt;
  }

  h4{
    font-size: 25pt;
    margin: 30pt;
  }
.contenedora{
    margin: 100pt;
    margin-top: 0%;
}

.contenedorados{
    margin: 100pt;
    margin-top: 0%; 
}

.contenedoratres{
    margin: 100pt;
    margin-top: 0%;  
}


a{
    color:beige;
    background-color:rgb(15, 15, 96);
    text-decoration: none;
    font-size: 20pt;
    padding: 1em;
    border-radius: 10%;
    display: flex;
    justify-content: center;
    
}
footer{
 color: #589468;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: 20pt;
    padding: 2em;
}