*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: sans-serif;
}

html{
    scroll-behavior: smooth;
}
body{
    background-color:#1243A6 ;
}
.principal1{
    text-align: center;
    color: white;
    font-size: 18px;
}

img{
    width: 40%;
    height: auto;
    text-align: center;
    
}
p{
    color: white;
    text-align: center;
    font-size: 30px;
    font-family:'Kite One', sans-serif;
    margin: 1em;

}
h1{
    font-family: 'Aclonica', sans-serif;
}
.container2{
    text-align: center;
}
@media  (max-width: 720px) {
    img{
        width: 90%;
        height: auto;
        text-align: center;
        
    }
}

@media  (max-width: 1080px) {
    img{
        width: 70%;
        height: auto;
        text-align: center;
        
    }
}