body {
    background-color: rgb(215, 245, 250);
    margin: 2%;
    background-image: url(imagenes/caballoriend.jpg);
    background-repeat: no-repeat;
    background-attachment:fixed;
    background-position: right;
    background-size: contain;
}

h3 {
    font-family: 'Courier New', Courier, monospace;
    font-size: 2rem;
}

p {
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.1rem;
}