#jump_up_section{
    text-align: center;
    align-items: center;
}
#jump_up_section a{
    margin-top: 15px;
    text-decoration: none;
    background-color: var(--main-brand-color);
    width: min-content;
    padding: 10px 30px;
    border-radius: 50px;
    margin: 0 auto;
    text-decoration: none;
    color: var(--text-color);
    border: 4px solid var(--main-brand-color);
    transition: 150ms ease-in-out;
}
#jump_up_section a:hover{
    background: transparent;
}