#root {
    grid-template-rows: 5em 1fr max-content;
}

header {
    margin: 0.6em 0.8em;
}

header svg {
    height: 46%;
}

button, .button {
    padding: 0.8em 2em;
}

.time {
    font-size: 8vmin;
}

.cta {
    font-size: 2em;
    margin-bottom: 2em;
}

.frameWrapper {
    grid-template-columns: minmax(50%, 80%) minmax(12em,50%);
}
