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;
}

/* HEADER */
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;
}


/* MAIN CONTENT */

main {
    padding: 0px;
}

/* -->INTRO<-- */

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

p .intro-image {
    color: white;
}

img .intro-image {
    height: 100px;
    width: auto;
}

.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: 40px;
    padding-bottom: 20px;
}




/* -->LATEST NEWS<-- */

h4 {
    font-size: 40px;
    color: white;
}

h5 {
    color: white;
    padding-bottom: none;
    margin-left: 5px;
    padding-left: none;
    margin-bottom: 10px;
}

.column_container2 p {
    color: white;
    padding-left: 5px;
    margin-bottom: 5px;
}

.column_container2 {
    background-color: rgb(38, 37, 37);
    border-top-color:beige;
}

.content_grid .column_container2{
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 150px;
    padding-left: 100px;
    padding-right: 100px;
} 

.grid_img {
    width: 250px;
    height: 170px;
    padding-right: 30px;
    padding-left: 10px;
    flex-shrink: 0;
    object-fit: cover;
}

.content_grid .column_container2 ul{
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    padding-right: 20px;
}

.content_grid .column_container2 ul li{
    display: block;
    width:50%;
    text-align: left;
    display: flex;
    padding-bottom: 22px;
}

h5 {
    font-size: 30px;
}



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