@font-face {
    font-family: "minecraft";
    src: url(../fonts/minecraft.ttf);
}


body {
    margin: 0;
    padding: 0;
}

.navbar {
    position: fixed;
    top: 0;
}


.description {
    margin: 50px auto;
    text-align: justify;
    line-height: 1.6;
    margin-top: 90px;
    margin-bottom: 30px;
    padding: 10px;
    color: #f9ffff;
}

p {
    font-family: minecraft;
    font-size: 20px;
}



.first,.second,.three {
    width: 40%;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border : none;
    margin: 10px;
}


.first,.three {
    float: right;
}

.second {
    float: left;
}
/* Pour tablettes */
@media only screen and (max-width: 1024px) {
 .first,.second,.three {
        width: 50%;
        margin: 20px;

    }

    .description {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    p {
        font-family: minecraft;
        font-size: 20px;
        color: #f9ffff;
    }
}

@media only screen and (max-width: 768px) {

    .first,.second,.three {
        float: left;
        width: 100%;
        margin: auto;
    }
    
  
    .description {
        line-height: 1.5;
        margin-bottom: 30px;
    }
    p {
        font-family: minecraft;
        font-size: 20px;
        color: #f9ffff;
    }
}
