.home-hero{
    text-align: center;
    font-size: 500%;
    padding-top: 1em;
}

.home-subtitle{
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 125%;
}

.home-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
}


@media screen and (max-width: 430px) {
    .home-hero{
        font-size: 400%;
    }
}