body {
    background-image: url("fondo.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

header {
    display: inherit;
    border-radius: 0.3em;
    padding: 20px;
}

h1 {
    color: rgb(255, 0, 187);
    text-align: center;
    font-style: oblique;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}

h2 {
    color: rgb(255, 0, 187);
    text-align: center;
}