#main {
    height: calc(100vh - 12rem);
    display: flex;
    flex-direction: column;
    align-items: center;
}

#catchphrase {
    margin: 30vh 0 0.5rem 0;
    font-size: 3rem;
    font-weight: 700;
    color: white;
}

#name {
    font-family: SUITE;
    font-weight: 900;
    color: silver;
}

#buttons {
    display: flex;
    flex-direction: row;
    font-weight: bold;
}

.textButton {
    font-size: 2rem;
}