body {
    height: 100vh;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10vh;
    text-align: center;
    background-color: var(--c1);
    padding: 3em;
}

.text {
    margin-bottom: 1em;
    background-color: transparent;
}

.button {
    align-self: center;
}