body {
    
    background-color: floralwhite;
    
}

.ancho {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

a {
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  
}

h1 {
    
    font-family: 'bitter';
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    text-align: center;
    color: indianred;
    
}
h2 {
    
    font-family: 'bitter';
    font-weight: 700;
    text-decoration: none;
    list-style: none;
    text-align: center;
    color: indianred;
    font-size: 25pt;
    margin: auto;
}

h3 {
    
    font-family: 'bitter';
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    color: palevioletred;
    text-align: center;
}

h5 {
    font-family: 'bitter';
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    color: black;
    text-align: center;
    margin: auto;
    
}

ul {
    color: palevioletred;
    margin: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    
}

.item {
     margin-left: auto;
    margin-right: auto;
    text-align: center;
}



img {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;

}

li {
    
    font-family: 'bitter';
    font-weight: 400;
    text-decoration: none;
    list-style: none;
    color: palevioletred;
    text-align: center;
    margin: 10px;
}

div {
    margin: auto;
}