body{
    background-color: #F5F7FA;
}

header h1{
    text-align: center; 
    font-family: "Noto Serif JP", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    font-size: 30px;
    color: #1F2937;
}

.Cajas{
    box-sizing: border-box;
    display: flex; 
    width: 780px; 
    border: 2px solid #CBD5E1;
    justify-content: center;
    margin: 0 auto;
    h2{
        font-size: 30px;
        padding: 10px;
        text-decoration: none;
        font-family: "Poppins", serif;
        font-weight: 500;
        font-style: normal;
        color: #1F2937;
        text-transform: uppercase;
    }
    hr{
        width: 95%;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        align-items: center;
        height: 2px;
        border: none;
        background-color: #9CA3AF;
        opacity: 0.2;
    }
    p{
        padding: 10px;
        font-size: 15px;
        text-decoration: none;
        font-family: "Poppins", serif;
        font-weight: 300;
        font-style: normal;
        color: #374151;
    }
    ul{
        font-size: 15px;
        text-decoration: none;
        font-family: "Poppins", serif;
        font-weight: 300;
        font-style: normal;
        color: #374151;        
    }
}

.imgPerfil{
    width: 140px;
    height: 160px;
    border-radius: 100%;
    padding: 10px;
}
 
.Caja1{
    background-color: #FFFFFF;
    width: 75%;
    text-align: center;
    justify-items: center;
}

.Caja2{
    background-color: #D6E4F0;

    span{
        font-weight: 800;
    }
}

nav{
    margin-top: 30px;
    display: flex;
    justify-content: center; 
    align-items: center;
    svg{
        color: #3B82F6;
    }
    a:hover svg{
        color: blue;
    }    
}

footer p {
    text-align: center;
    color: #6B7280; 
}
