.lw { font-size: 60px; }




a{
  font-size: 70%;
  justify-content: center;
  text-align: center;
  color: rgb(0, 238, 255);
}

h1{
    text-align: center;
    color:rgb(84, 158, 255);
    font-family: "Pixelify Sans", sans-serif;
}
a.link{

    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 21px;
}

a {
    font-size: 110%;
    justify-content: center;
    text-align: center;
    color: rgb(255, 214, 138);
    font-family: "Pixelify Sans", sans-serif;
}

body{
    background-color: rgb(5, 5, 59);
}
h1{
    text-align: center;
    color:color:rgb(84, 158, 255);
}

h2{
  color: rgb(207, 137, 31);
    text-align: left;
    margin-bottom: -2%;
    color:color:rgb(84, 158, 255);
    font-family: "Pixelify Sans", sans-serif;
}

/*LE BIG BOSS*/
.main{
  gap: 9px;
 display: grid;
 grid-template-rows: 93px 393px 37px; ;
 grid-template-columns: 2px 685px 2px;
 justify-content: center;
 color: #261daf;

}
/*LE BIG BOSS*/

/*hitbox*/


.contact{
     grid-row: 2 / 2;
  grid-column: 3 / 2;
  background-color: #261daf;
  justify-content: center;
}


/* NE PAS CHANGER MARGINTOP,BOTTOM,LEFT RIGHT 
 */

.image{
     grid-row: 2 / 1;
  grid-column: 3 / 2;
  background-color: #261daf;
  justify-content: center;
  height: 43%;
  width: 35%;
  margin-top: 0%;
  margin-bottom: 3%;
  margin-left: 32%;
  margin-right: 29%;
}

.head{
grid-row: 1 / 1;
grid-column: 3 / 2;
background-color: #08076e;
color: #1100ff;
text-align: center;
font-size: 100%;
}

.downbar{
    grid-row: 3 / 3;
grid-column: 3 / 2;
background-color: #1100ff;
}

.headermaster{
  width: 1920px;
  height: 80px;
  background-color: #1100ff00;

}
/*hitbox*/






