html {
    /*font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;*/
    font-family: "Courier New";
    background-color: #050505;
    color: #EEEEEE;
}

body {
    width: 90vw;
    max-width: 1000px;
    margin: auto;
}

h1 {
    margin: 0;
    padding: 20px 0;
    font-size: 46px;
    font-weight: normal;
    text-transform: uppercase;
}

a {
    color: #EEEEEE;
}

h2 {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: normal;
    text-transform: uppercase;
}

iframe {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

img {
    width: 100%;
}

video {
    aspect-ratio: 16/9;
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
}

p {
    margin: 0;
    padding-bottom: 20px;
    /*font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;*/
    text-align: justify;
    overflow-wrap: break-word;
    hyphens: auto;
    line-height: 1.5;
    /*font-size: 13pt;*/
}

.header {
    display: flex;
    justify-content: space-between;
}

.menu {
    margin: auto 0;
    text-transform: uppercase;
}

