body {
    margin: 0;
    font-family: Georgia, 'Times New Roman', Times, serif;
    background: linear-gradient(to top, #e9bdff 0%,#d6962f 40%,#bdfeff 80%);
    overflow-x: hidden;
}

.topbar {
    overflow: hidden;
    background-image: url(../barra_tooper6.png);
    filter: brightness(150%);
    background-position-y: -32px;
    height: 80px;
}

.topbar a {
    float: right;
    color: aliceblue;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-size: clamp(1rem, 5vw, 2rem);
}   


footer {
    background-image: url(media/footer_background.png);
    color: aliceblue;
    padding: 20px;
    text-align: center;

    margin-top: 50%;
}

footer table {
    margin-top: 50px;
    text-align: left;
}