body {
    text-align: center;
    margin: 0px;
    background: #fafafc;
}

main{
    flex-grow: 1;
}

.navbar {
    height: 35px;
    text-align: center;
    font-family: 'Helvetica Neue', sans-serif;
    padding: 2rem;
    font-size: 2rem;
    font-weight: bold;
    grid-area: navbar;
}

.footer {
    height: 20px;
    margin-top: auto;
    padding: 2rem 0;
    background: #000;
    color: #fff;
    text-align: center;
    grid-area: footer;
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 1rem;
}

.home {
    cursor: pointer;
    background: #000;
    color: #fff;
    font-size: 1.5rem;
    padding: 1rem 2rem;
    margin: 4rem;
    border-radius: 1rem;
    width: 15rem;
}

.form-container iframe {
    height: 80vh;
    width: 40rem;
    max-width: 100%;
    border: none;
}

.togglebuttoncentre {
    display: flex;
    justify-content: center;
    align-items: center;
}

.togglebutton {
    font-family: 'Helvetica Neue', sans-serif;
    display: flex;
    justify-content: center;
    gap: 4vw;
    margin: 1rem;
    height: 2rem;
    font-weight: bold;
    max-width: 60vw;
    flex-wrap: wrap;
}

.togglebutton div {
    display: flex;
    align-items: center;
    gap: .3rem;
    font-size: 1rem;
}

.togglebutton input[type="radio"] {
    transform: scale(1.5);
    cursor: pointer;
}