@font-face {
    font-family: PixelOperator;
    src: url(../font/PixelOperator-Bold.ttf);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #000;
    display: flex;
    flex-direction: column;
}

h1 {
 font-family: PixelOperator;
 font-size: 104px;
 color: #fff;
 text-align: center;
 margin-top: 225px;
 padding-bottom: 100px;
}

.vraiTraduction {
    margin-bottom: 100px;
    font-size: 25px ;
}

.bibzeeContainer {
    display: flex;
    justify-content: center;
    margin-bottom: 80px;
    align-content: center;
    align-items: center;
    gap: 15px;
    font-size: 25px;

}

.bibzee {
    text-align: center;
    justify-content: center;
    display: flex;
    padding: 15px;
    background-color: gray;
    width: 15%;
}

img {
    width: 50%;
}

p {
    font-family: Pixeloperator;
    color: #fff;
    text-align: center;
}