    body {
        margin: 0;
    }
    
    .mesarticles {
        text-align: center;
        margin-top: 180px;
    }
    
    .mesarticles h2 {
        font-size: 35px;
    }
    
    .articles {
        margin: 0 auto;
        display: flex;
        width: 80%;
        margin-top: 100px;
        margin-bottom: 50px;
    }
    
    .txt {
        margin-right: 200px;
    }
    
    .txt h3 {
        margin-bottom: 0px;
    }
    
    .prems img {
        width: 420px;
    }
    
    .articles a {
        color: #000000;
        font-family: Carrois;
    }
    
    @media screen and (max-width: 1500px) {
        .prems {
            margin-top: 100px;
        }
        .txt {
            margin-right: 100px;
        }
    }
    
    @media screen and (max-width: 1000px) {
        .prems img {
            width: 200px;
        }
        .articles {
            margin-top: 50px;
        }
    }
    
    @media screen and (max-width: 1100px) {
        .mesarticles {
            margin-top: 40px;
        }
    }
    
    @media screen and (max-width: 800px) {
        .prems img {
            display: none;
        }
        .txt {
            margin-right: 10%;
        }
    }