@import url("https://use.typekit.net/ebr5ftk.css");

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #282f5e;
    /*background-image: url("../images/donut.svg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top left;*/
    color: white;
    font-family: "omnes-pro", sans-serif;
    font-weight: 600;
}

header {
    flex-grow: 0;
    padding: 0 1em 4em 0;
}

header svg {
    display: block;
    margin: 4rem auto 0 auto;
    padding: 0 1rem;
    max-height: 7rem;
    text-align: center;
    font-family: "omnes-pro", sans-serif;
    font-weight: 900;
    font-style: italic;
    font-size: 6.8rem;
}

header svg path {
    fill: #c790b9;
}

main {
    flex-grow: 1;
    padding: 0 1em;
}

main.center {
    text-align: center;
}

footer {
    flex-grow: 0;
    padding: 0 1em;
}

a {
    color: white;
}

.choice-container {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 2em;
}

.choice {
    margin: 0 2em;
}

.choice a {
    text-decoration: none;
    text-align: center;
}

.choice a svg {
    height: 8em;
}

.choice a span {
    display: inline-block;
    font-size: 1.2em;
    width: 100%;
}