body {
    background: #000;
    color: #ffffff;
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 40px;
    line-height: 1.8;
}

h1 {
    font-size: 52px;
    margin-top: 0px;
    margin-bottom: 30px;
}

h2 {
    margin-top: 60px;
    margin-bottom: 20px;
    color: #ffffff;
}

p {
    color: rgba(255,255,255,0.85);
}

a {
    color: #ffffff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.volver {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 14px;
    color: orange;
}
