body {
    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #2F3D48;
    background-image:
        url("./adorno.png"),
        linear-gradient(#2F3D48, #2F3D48, #192731)
    ;
    background-position: bottom, top;
    background-repeat: repeat-x, no-repeat;
    color: white;
    font-family: sans-serif;
    height: 100vh;
    margin: 0px;
}

img {
    max-width: 100%;
}
