
.descripcion {
    font-size: 18px;
    color: #00aaff;
    margin: 20px;
}

#titulo {
    font-weight: bold;
    font-size: 32px;
    color: #00aaff;
}

img {
    border-radius: 10px;
    box-shadow: 2px 2px 10px #00aaff;
}

a {
    font-style: italic;
    color: #00aaff;
}