*{
    margin: 0;
}

body {
    background: linear-gradient(rgb(18, 126, 168), rgb(16, 15, 88));
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

}

.titulo{
    color: rgb(235, 152, 29);
    font-size: 100px;
}

.subtitulo{
    color: rgb(225, 237, 236);

}

.min-titulos{
    color: rgb(26, 16, 70);
    margin-bottom: 10px;

}

.textos{
    width: 100%;
    color: rgb(25, 6, 41);

}

div{
width: 800px;
max-width: 100%;
margin: 0 auto  auto;
margin-top: 40px;

}

img{
    object-fit: cover;
    width: 100%;
    max-width: 95%;
    margin: 0 auto  auto;
    margin-top: 20px;

}

.borde {
    padding: 15px;
    border-bottom: 3px dotted rgb(200, 219, 222);
    border-top: 3px dotted rgb(200, 219, 222);

}

a {
text-decoration: none;
color: rgb(93, 31, 117);

}

a:hover {
    color: rgb(199, 70, 167);
    
    }

header{
max-height: 10%;
text-align: center;
padding-top: 10%;
padding-bottom: 5%;
padding-left: 5%;
padding-right: 5%;

}

article{
background-color: rgb(225, 237, 236);
padding: 5%;
margin: 5%;

}

footer{
    text-align: center;
    background-color: rgb(225, 237, 236);
    padding: 2%;
    
}

.centrada{
display: block;
margin-left: auto;
margin-right: auto;

}

html{
    scroll-behavior: smooth;

}