html, body {
    height: 100dvh;
}

body {
    font-family: 'Montserrat';
    margin: 0;
    min-height: 100dvh;
    position: relative;
}

a {
    text-decoration: none;
}

a:link, a:visited {
    color: inherit;
}

a:hover {
    text-decoration: underline;
}

header a.home-img-logo img {
    pointer-events: all;
}

h1 {
    margin: 10px;
    color: #ffffff;
    font-size: 6rem;
}

h2 {
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 3rem;
}

ul {
    margin: 0;
}

.noscript {
    display: flex;
    font-size: 2.5rem;
    font-weight: bold;
    justify-content: center;
    border-bottom: 1rem solid black;
    padding: 10px;
}

.custom-check-or-radio {
    opacity: 0.0;
    position: absolute;
}

.advanced-section {
    grid-column-start: 1;
    grid-column-end: 3;
}