:root {
    --text-color: rgb(73, 66, 66);
    font-family: system-ui, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    min-height: 78vh;
    padding: 20vh 0 0;
    align-items: center;
    width: 90vw;
    margin: auto;
}

.text {
    color: var(--text-color);
}

.button {
    width: 11rem;
    line-height: 1.3rem;
    border-width: 0.001rem;
    border-radius: 0.3rem;
    background: white;
    box-shadow: rgb(0 0 0 / 10%) 0 1px 3px 0, rgb(0 0 0 / 6%) 0 1px 2px 0;
    margin: 0.5rem auto;
    border-color: white;
    color: var(--text-color);
    font-size: 0.7rem;
}
