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;
    padding-left: 220px;
}


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

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: 70px;
    padding-left: none;
    padding-right: 1000px;
    padding-top: 50px;
}

h1 {
    font-size: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
}

h2 {
    padding-top: none;
    font-size: 30px;
    width: 1000px;
}



/* -->TABLE OF CONTENTS<-- */

.toc {
    width: 215px;
    background-color: #abaaaa;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow-y: auto;
}

.content {
    flex: 1;
    padding: 20px;
    padding-left: 50px;
    background-color:rgb(226, 226, 226);
}

ul {
    list-style-type: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: underline;
}

/* -->INTRO<-- */

.intro-image {
    height: 600px;
    background-color: black;
    background-size: cover;
    background-position: center;
    background-image: top center;
    text-align: center;
}

.intro-content {
    background-color: black;
}

.column_container1 {
    color: white;
    height: 700px;
    width: auto;
    background-color: black;
    padding: none;
    margin: auto;
    padding-left: 100px;
    padding-right: 100px;
    text-align: justify;
}

h2 {
    color: #0b3d91;
    font-size: 25px;
}

h3 {
    font-size: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
}

.background {
    display: center;
    padding-left: 450px;
}

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