#t_wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100vh;
}

#t_menu-buttons {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10rem;
}

#t_menu-buttons button {
    width: fit-content;
    margin-bottom: 2rem;
    padding: 1rem;
}

#t_title {
    font-size: 3rem;
    margin-top: 5rem;
    padding-bottom: 2rem;
    border-bottom: 2px solid black;
}

#t_copyright {
    margin-bottom: 2rem;
}