.splide__slide img {
    width: 100%;
    height: auto;
}

.name {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 8rem;
}

.texte-carrou {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 3rem;
}

.titre-projet {
    font-family: "Lora", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-size: 5rem;
}

.logo-phone {
    display: inline-block;
    animation: tilt 2s infinite ease-in-out;
}

@keyframes tilt {
    0%, 100% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(90deg);
    }
}