* {
    font-family: "Noto-Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
body {
    background: rgb(44, 173, 248);
}
a:visited {
    color: rgba(22, 202, 226, 0.733);
}
a {
    text-decoration: none;
    color: goldenrod;
}
a:hover {
    text-decoration: line-through;
}
img:hover{
    transform: scale(1.1); 
    border-color: #0056b3; 
}
section {
    padding: 20px;
    margin: 15px 0;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    background: #1d9feb;
}
h2 {
    font-family: "Calistoga", serif;
    font-weight: 400;
    font-style: normal;
}
.yo {  
    text-align: center;
}
.lafoto{
    width: 150px;
    height: 150px;
    border: 3px solid black;
    border-radius: 50%;
}  
.cabecera {
    align-items: center;
}
.yo h1 {
    font-family: "Callistoga", serif;
    font-weight: bold;
    font-style: normal;
}
.cuerpo {
    max-width: 800px; 
    margin: 20px auto;
    padding: 20px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    width: 100%;
}