
html,
body {
    height: 100%;
    font-size: 1.2rem;
    font-family: 'Bebas Neue', sans-serif;
    text-shadow: 1px 1px black;
    color: white;
}

.gradient {
    background: rgb(2,0,36);
    background: linear-gradient(165deg, rgba(2,0,36,1) 0%, rgba(111,76,0,1) 100%, rgba(0,212,255,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;
}



footer {
    color: white;
    font-size: 1.2rem;
    padding: 1rem;
}