
:root{
    --verdeBalu:#56B8A4;
    --rosaBalu:#FD807E;
    --grisBalu:#E4F0ED;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    
    background: url('../images/OupssGif.gif') no-repeat center center fixed;
    background-size: cover;
    
}
footer {
    width: 100%;
    background-color: var(--rosaBalu);
    color: black;
    text-align: center;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
}

footer a {
    color: black;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}
footer, footer p, footer a, footer address {
    text-transform: none !important;
    font-family: 'Handlee';
}
