body {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: linear-gradient(to right, white, #000 50%, white 100%);
}

.container {
    min-height: 100vh;
    padding: 0;
    max-width: 1024px!important;
}

.container-fluid {
    padding: 0 2.5% 1rem;
    font-size: 1.2em;
    background: #ffd100;
}

img.header {
    width: 100%;
    background: #FFF;
}

ul.list-unstyled {
    font-size: 1.2rem;
    text-align: center;
    clear: both;
}

ul.list-unstyled strong {
    display: block;
    text-align: center;
}

a {
    color: #e6262f;
}

h1 {
    font-size: min(calc(6vw), 4rem);
    top: min(50vw, 520px);
    position: absolute;
    font-weight: bold;
    color: #e6262f;
}

h2 strong.float-end {
    text-align: right;
}

h2 a {
   font-size: 0.7em;
   color: #e6262f;
   text-decoration: none;
}
