* {
    margin: 0;
    padding: 0;
}

body {
    background: #000000;
    overflow-x: hidden;

    background-image: url("../img/fGoya.png");
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center 10%;

}


@media (orientation: portrait) {

    body {
        background-size: 140%;
        background-position: top 5%;
    }
}

#contacto {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    text-align: center;
    font-family: sans-serif;
    color: #ffffff;
    font-size: 1.2rem;
    z-index: 10;
    text-shadow: 1px 1px 1px #000000;
}

#contacto a {
    color: #ffffff;
    text-decoration: none;
}

#contacto p {
    margin: 5px 0;
}


/*text-align: center;
   align-items: center;
    justify-content: center;
    display: flex;*/

/*display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;*/

/*align-items: center;
        justify-content: center;
        flex-wrap: wrap;
*/