html {
    scroll-behavior: smooth;
}

/* Top Button */

#topBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: var(--cor-cobalt);
    color: white;
    cursor: pointer;
    padding: 9px 10px;
    border-radius: 6px;
    align-items: center;
}

#topBtn:hover {
    background-color: var(--cor-kpmgblue);
}