* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('/assets/fonts/OpenSans-Regular.woff') format('woff');
    font-display: swap;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: white;
    background-color: black;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 3rem;
}

h2 {
    font-size: 2rem;
    margin: 1rem 0;
}

p {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1rem 0;
}

ul {
    list-style-type: disc;
    margin: 1rem 0 1rem 2rem;
}

ul li {
    font-size: 1rem;
    line-height: 1.5;
}

footer p {
    font-size: 0.8rem;
}

iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin: 1rem 0;
}

header, footer, section {
    margin: 0 auto;
    text-align: left;
    max-width: 80%;
    padding: 1rem;
}

a {
    color: #80a4ff;
    text-decoration: underline;
}

small {
    font-size: 0.8rem;
}
