* {
    margin: 0px;
    font-family: "Inter", sans-serif;
    background-color: #000000;
}


header {
    width: 100%;
}

.headerleft {
    display: inline-block;
}

.headerright {
    display: inline-block;
    margin-left: 45%;
}

.content {
    width: 59%;
    margin-top: 1%;
    margin-left: 20%;
    margin-right: 20%;
}

.content img {
    height: 20Px;
    text-align: left;
}

.devblog {
    margin-bottom: 300px;
}

.devblog h1 {
    font-size: 40px;
    color: #E6C8FF;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 40px;
    margin-bottom: 50px;
}

.devblog a {
    text-decoration: none;
}

.devblog img {
    height: 350px;
    border-radius: 30px;
}

.bientot {
    text-align: center;
    margin-top: 300px;
    margin-bottom: 300px;
}

.bientot img {
    height: 350px;
    border-radius: 30px;
}

.content .instagram a{
    color: #ffffff;
    padding: 12px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 15px;
    display: inline-block;
    margin: 2px;

}

.content .download a{
    color: #222224;
    background-color: #ffffff;
    padding: 12px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bolder;
    border-radius: 15px;
    display: inline-block;
    margin: 5px;

}

.carrou {
    margin-top: 150px;
    margin-bottom: 150px;
}

.carrou .left {
    width: 39%;
    display: inline-block;
}

.carrou .left p {
    color: white;
    font-weight: bold;
    font-size: 60px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.carrou .left img {
    height: 60px;
    margin: 10px;
}

.carrou .right {
    width: 59%;
    display: inline-block;
    text-align: center;
}

.carrou .right img {
    height: 500px;
    border-radius: 40px;
}



.img {
    display: inline-block;
    text-align: left;
    width: 66%;
}

.instagram {
    display: inline-block;
    text-align: right;
}

.download {
    display: inline-block;
    text-align: right;
}

@media (max-width: 640px) {

    * {
        margin: 0px;
        padding: 0%;
    }

    header {
        height: 30px;
    }

    .headerleft {
        margin: 0px;
    }

    .headerright {
        visibility: hidden;
    }

    .content {
        text-align: center;
        margin-top: 5%;
    }

    .content img {
        height: 30px;
    }

    .content p {
        font-size: 18px;
    }

    .carrou {
        padding: 0px;
        background-color: yellow;
        text-align: center;
        margin-left: 0px;
        margin-right: 0px;
    }

    .carrou .left {
        display: inline-block;
        text-align: center;
        background-color: green;
    }

    .carrou .left img {
        display: inline-block;
        height: 35px;
        margin: 0px;
    }

    .carrou .right {
        display: inline-block;
        text-align: center;
        width: 500px;
    }

    .carrou .right img {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .bientot {
        margin-top: 200px;
        margin-bottom: 200px;
    }

    .bientot img{
        height: 110px;
    }

    .devblog a img{
        height: 300px;
    }
}