body {
    margin: 0;
    padding: 5%;
    background: #0c033b;
}
.h1ac {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 285px;
    margin: 0;
    color: #fff;
}
h1, h2, h3, h4{
   
    color: #fff;
}

.barres {
    position: absolute;
    margin-top: 65px;
    margin-right: 20px;
    right: 0;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    cursor: pointer;
}

.hamburger {
    width: 50px;
    height: 6px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s;
}

.hamburger::before,
.hamburger::after
{
    content: '';
    position: absolute;
    width:50px;
    height: 6px;
    background: #fff;
    transition: 0.2s;
}

.hamburger::before {
    top: -16px;
}

.hamburger::after {
    top: 16px;
}

/* MENU */
.menu {
    position: absolute;
    background: #dfdfdf;
    height: 100vh;
    width: 100%;
    left: -100%;
    top: 0;
}

ul {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
}
ul li {
    padding-top: 30px;
}
ul li a{
    font-family: Orbitron;
    font-size: 48px;
}
a {
    text-decoration: none;
    /* color: rgb(0, 0, 0); */
    /* font-size: 60px; */
    /* font-family: Orbitron; */
}


/* Animation Barres */

.barres.active .hamburger {
    /* background: #000; */
}

.barres.active .hamburger::before {
    top: 0;
    transform: rotate(45deg);
}

.barres.active .hamburger::after {
    top: 0;
    transform: rotate(135deg);
}
.card img{
    width: 100%;
}
.card a{
    color: white;
}
div .card{
    background-color: gray;
    border:1px gray solid;
    width: 20rem;
}
