body {
    background-color: rgb(40, 40, 40);
    font-family: 'Calibri';
}

.fixedsection {
    width: 100%;
    height: 13%;
    left: 0px;
    top: 0px;
    position: fixed;
    background: rgb(30, 30, 30);
    display: flex;
    z-index: 2;
}

.parentlogo {
    height: 13vh;
    width: 10vw;
}

.logoluc4s {
    margin-left: 2vh;
    margin-top: 1vh;
    height: 11vh;
    cursor: pointer;
}

.logodiscord {
    position: absolute;
    height: 7vh;
    transition: transform 0.25s ease-in-out;
}

@media only screen and (max-width: 600px) {
    .logodiscord {
        position: absolute;
        height: 5vh;
    }
}

.discordlien {
    position: absolute;
    right: 10vw;
    top: 3vh;
    height: 7vh;
    width: 9vh;
}

@media only screen and (max-width: 600px) {
    .discordlien {
        position: absolute;
        right: 1vh;
        top: 3vh;
        height: 6vh;
        width: 5vh;
    }
}

.contactdiscord {
    position: absolute;
    height: 3.8vh;
    width: 9vw;
    top: 5vh;
    right: 1vw;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .contactdiscord {
        background-color: yellow;
        position: absolute;
        height: 4.5vh;
        width: 0vh;
        top: 5vh;
        right: 5.5vh;
    }
}

.pseudodiscord {
    position: absolute;
    bottom: 0vh;
    left: 0vh;
    font-size: 1.5vw;
    color: white;
}

.logoinstagram {
    position: absolute;
    height: 7vh;
    transition: transform 0.25s ease-in-out;
}

@media only screen and (max-width: 600px) {
    .logoinstagram {
        position: absolute;
        height: 5vh;
    }
}

.instagramlien {
    position: absolute;
    right: 26vw;
    top: 3vh;
    height: 7vh;
    width: 7vh;
}

@media only screen and (max-width: 600px) {
    .instagramlien {
        position: absolute;
        right: 9vh;
        top: 3vh;
        height: 6vh;
        width: 5vh;
    }
}

.contactinstagram {
    position: absolute;
    height: 3.8vh;
    width: 9vw;
    top: 5vh;
    right: 16vw;
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .contactinstagram {
        background-color: green;
        position: absolute;
        height: 4.5vh;
        width: 0vh;
        top: 5vh;
        right: 13vh;
    }
}

.pseudoinstagram {
    position: absolute;
    bottom: 0vh;
    left: 0vh;
    font-size: 1.5vw;
    color: white;
}

.logocopie {
    display: none;
    position: absolute;
    right: 0vh;
    bottom: 0vh;
    height: 3.6vh;
    width: 3vh;
}

@media only screen and (max-width: 600px) {
    .logocopie {
        display: none;
        position: absolute;
        right: 0vh;
        bottom: 0vh;
        height: 0vh;
        width: 0vh;
    }
}

.imagelogocopie {
    position: absolute;
    margin-left: 0.2vw;
    top: 0.4vh;
    height: 2.8vh;
    width: 1vw;
}

@media only screen and (max-width: 600px) {
    .imagelogocopie {
        position: absolute;
        margin-left: 0.2vw;
        top: 0.4vh;
        height: 0vh;
        width: 0vh;
    }
}

.logocoche {
    display: none;
    position: absolute;
    right: 0vh;
    bottom: 0vh;
    height: 3.6vh;
    width: 3vh;
}

@media only screen and (max-width: 600px) {
    .logocoche {
        display: none;
        position: absolute;
        right: 0vh;
        bottom: 0vh;
        height: 0vh;
        width: 0vh;
    }
}

.imagelogocoche {
    position: absolute;
    margin-left: 0.2vw;
    top: 0.4vh;
    height: 2.8vh;
    width: 1vw;
}

@media only screen and (max-width: 600px) {
    .imagelogocoche {
        position: absolute;
        margin-left: 0.2vw;
        top: 0.4vh;
        height: 0vh;
        width: 0vw;
    }
}

h2 {
    margin-bottom: 0vh;
    margin-left: 5vh;
    margin-right: 5vh;
    font-size: 3vh;
}

h3 {
    font-size: 2.5vh;
    font-family: 'Arial Narrow Bold', sans-serif;
    margin-left: 1vh;
    margin-right: 1vh;
    margin-top: 2vh;
    text-align: center;
}

.container {
    position: absolute;
    color: white;
    padding-top: 13vh;
    left: 0;
    top: 1vh;
    width: 100%;
    z-index: 1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
}

.case {
    height: 60vh;
    width: 60vh;
    margin: 5vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 600px) {
    .case {
        height: 60vw;
        width: 60vw;
        margin: 7vw;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

.case img {
    height: 60vh;
    width: 60vh;
    border: 1vh solid rgba(20, 20, 20, 0.722);
    cursor: pointer;
}

@media only screen and (max-width: 600px) {
    .case img {
        height: 60vw;
        width: 60vw;
        border: 1vh solid rgba(20, 20, 20, 0.722);
        cursor: pointer;
    }
}

.space {
    width: 100%;
    height: 40px;
}