body{
    margin:0;
    background-color: antiquewhite;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

header{
    background-color: rgba(0, 11, 134, 0.618);
    padding: 10px 0;
    text-align: center;
    position: sticky;   
    top: 0;             
    z-index: 1000; 
}
footer p{
    text-align: center;
    color:white;
}
footer {
    background-color: rgb(0, 14, 55);
    text-align: center;
    padding: 9px 0;
}
nav ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav a:hover {
    color: #0033ff;
}
h1{
    color: darkblue;
    text-align: center;
    font-size: 50px
}
p{
    font-size: 20px;
    text-align: justify;
    margin: 30px;
}
a{
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    color: black;
    font-weight: bold;
    font-size: 30px;
}
.prin{
    display: block;
    width: 59%;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
}
.boton{
    display: block;
    width: 10%;
    height: 40px;
    margin-left: 15px;
    margin-right: auto;
    text-align: center;
    padding-top: 15px;
    background-color: rgba(65, 0, 72, 0.618);
    color: white;
    font-size:20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    transition: background 0.3s, color 0.3s;
}
.boton:hover{
    background-color: rgba(234, 0, 255, 0.618);
    cursor: pointer;
}
main {
    padding: 20px;
    font-size: 0;
    text-align: center;
    gap:5px
}
main img {
    display: inline-block; 
    width: 39%;
    margin: 5px;
    height: 500px;
    object-fit: cover; 
    margin-bottom: 10px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}