.Header {
    width: 90%;
    background-color: rgba(112, 112, 112, 0.8);
    align-items: center;
    display: flex;
    color: white;
    padding: 20px 5% 20px 5%;
    font-size: 25px;
    position: relative;
    gap: 5px;
}

.Header .Logo {
    width: 50px;
    height: 50px;
    background-image: url("Ressources/Logo.png");
    background-size: 90% 90%;
    background-position: center;
    background-repeat: no-repeat;
}

.Header .Titre {
    font-family: "Minecraftia", monospace;
    color: #fff;
    text-shadow: 2px 2px 0 #000;
    display: inline-block;
}