*{
    margin: 0;
    padding: 0;
}
body{
    background-image: url('./IMG/frente_escuela.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    backdrop-filter: blur(5px);
    
    
}
header{
    width: 100%;
    height: 80px;
    background-color: red;
    display: flex;
    align-items: center;
    justify-content: center;
}

ul{
    display: flex;
    gap: 30px;  
    list-style: none;
}

a{
    font-size: x-large;
    font-family: cursive;
    color: black;
    padding: 8px;
    border: 5px;
    background-color: white;
}

img{
    height: 10%;
    width: 10%;
    float: left;
}

.caja-uno{
    background-color: rgb(165, 235, 217);
    text-align: center;
    font-size: x-large;
    font-family: cursive;
}
