.container {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 10rem;
}

.container h1 {
    font-size: 8rem;
}

.container h2 {
    font-size: 3rem;
    font-weight: 400;
}

.link {
    margin-top: 4rem;
    padding: 1.2rem 10rem;
    text-transform: uppercase;
    font-weight: 600;
}