body, h1, h2, h3, p, ul, li {
    margin: 0;
    padding: 0;
}

body {
    font-family: "pf-videotext", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    cursor: url(../images/pixel\ plane.png), auto;
    background-color: black;
    color: white;
}

/* HEADER */

a {
    text-decoration: none;
}

header {
    background-color: #000000;
    color: #fff;
    height: 150px;
    padding: 10px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

nav ul {
    list-style-type: none;
}

nav ul li {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 20px;
    font-size: 20px;
}

nav ul li a {
    color: #fff;
    text-decoration: none;
}

.pixel-plane {
    padding-bottom: 30px;
    padding-left: none;
    margin-right: 540px;
}

h1 {
    font-size: 60px;
}

h2 {
    padding-top: 10px;
}

h3 {
    font-size: 40px;
    padding-bottom: 20px;
    padding-left: 120px;
    padding-top: 20px;
    padding-right: 120px;
}

p {
    padding-left: 120px;
    font-size: 20px;
    text-align: justify;
    padding-right: 120px;
}

.background {
    width: 400px;
    height: 300px;
    float: right;
    margin-left: 13px;
    padding-left: 30px;
    padding-right: 120px;
    padding-top: 100px;
    padding-bottom: none;
}

.column_container {
    padding-bottom: 50px;
}

/* VIDEO CONTAINER */

.video-container {
    max-width: 800px;
    height: 500px;
    margin: 50px auto;
    padding-bottom: 100px;
}

.video-container iframe {
    width: 100%;
    height: 100%;
}



/* FOOTER */

footer {
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}