body {
    margin: 0px;
}

h1 {
    color: aliceblue;
}

header {
    background-color: black;
    margin: 0px;
    padding: 30px;
    text-align: center;
}

nav {
    padding: 50px;
}

nav a{
    color: white;
    text-decoration: none;
    font-size: 20px;
    font-family: fantasy;
}

.background {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../image/image_Studio/helldivers.jpg)
}

.container1 {
    display: flex;
    margin-right: 20px;
    justify-content: space-between;
}

a.navigation{
    clip-path: polygon(100% 14%, 84% 77%, 0 77%, 15% 14%);
    padding: 50px;
    background-image: url(../image/image_Studio/logo_helldivers.png);
    background-repeat: no-repeat;
    background-size: contain;
    height: 50px;
    transition: 1s;
    transition-timing-function: ease;
}

a.navigation:hover{
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    transform: scale(1.5);
}

p {
    text-align: justify;
    color: white;
    font-size: 22px;
}

main {
    display: flex;
    flex-wrap: wrap;
    width: 50vw;
    margin-top: 100px
}

.img_main {
    width: 40vw;
}

aside {
    width: 40vw;
}

aside article{
    display: flex;
}

#Johan {
    height: 10vw;
    margin-top: 25px;
}

#Shams {
    height: 10vw;
    margin-top: 25px;
}

.legend {
    font-size: 12px;
    opacity: 80%;
}

#container2{
    background-color: #0c0b09;
    background-size: cover;
    padding: 1px;
    padding-bottom: 250px ;
}

#container2 article{
    width: 50vw;
}

#container2 img{
    width: 50vw;
}

h4 {
    color: white;
}

footer{
  background: #000d1f;
background: radial-gradient(circle, rgba(0, 13, 31, 1) 0%, rgba(212, 38, 38, 1) 50%, rgba(23, 61, 92, 1) 100%);
background-size: cover;
display: flex;
justify-content: space-between;
height: 75px;
}

#logo_EMF {
  height: 50px;
  margin-top: 12px;
  margin-left: 30px;
}

#logo_arrowhead{
  height: 50px;
  margin-top: 12px;
  align-items: flex-end;
  margin-right: 30px;
}

h2 {
    color: white;
}

h3 {
    color: white;
}

@media screen and (max-width: 800px){
    nav{
        width: 30vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    #Johan {
        display: none;
    }

    #Shams {
        display: none;
    }
}