
html,
body {
    height: 100%;
    font-size: 1.2rem;
    font-family: 'Bebas Neue', sans-serif;
    text-shadow: 1px 1px black;
    background-color:#2C89A0;
}

.gradient {
    background: rgb(44,137,160);
    background: linear-gradient(178deg, rgba(44,137,160,1) 29%, rgba(30,93,109,1) 52%, rgba(0,0,0,1) 100%);
}


.gradientreverse {
    background: rgb(44,137,160);
    background: linear-gradient(0deg, rgba(44,137,160,1) 93%, rgba(12,34,40,1) 100%);
}


.page-header {
    font-size: 1.2rem;
    color: white;
}


.sectionparablack {
    font-size: 1.2rem;
    font-family: 'Big Shoulders Display', sans-serif;
    color: black;
}

.sectionparawhite {
    font-size: 1.2rem;
    font-family: 'Big Shoulders Display', sans-serif;
    color: white;
}

.sigmartext {
    font-family: 'Sigmar One', cursive;
}

footer {
    color: white;
    font-size: 1.2rem;
    padding: 1rem;
}

