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;
}

p {
    text-align: justify;
    color: #F54927;
    font-size: 22px;
}

.legend {
    font-size: 12px;
    opacity: 80%;
    color: white;
}

.top {
    background-image: url(../image/image_Scenario/redacted-regiment.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

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);
}

main {
    display: flex;
    justify-content: space-around;
    padding-bottom: 100px;
}

#first_div {
    width: 30vw;
}

#second_div{
    width: 30vw;
}

#guerre_galactique {
    width: 30vw;
}

#Hellpod {
    width: 30vw;
}

.bottom{
    background-color: #0c0b09;
    background-size: cover;
    padding: 1px;
    padding-bottom: 250px ;
    display: flex;
    justify-content: space-around;
    
}

#third_div {
    display: block;
    justify-content: space-around;

}

#third_div p{
    width: 30vw;
}

#poster {
    width: 30vw;
}

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;
  }

  h4 {
    color: white;
  }

@media screen and (max-width: 800px){
    nav{
        width: 30vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
}    