a.maillink {
    color: rgb(0, 145, 189);
    text-decoration: none;
    font-weight: 500;
    transition: 0.3s;
}

a.maillink:hover {
    color: rgb(255, 115, 115);
    transition: 0.3s;
}

.titlecommission {
    font-size: 2.5em;
}

p {
    font-size: 1.2em;
}



.img2 {
    width: 20em;
    height: 20em;
    object-fit: cover;
    border-radius: 5%;
}

.img1 {
    width: 20em;
    object-fit: cover;
    border-radius: 2%;
}

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

    p {
        font-size: 1.3em;
        width: 15em;

    }

    .titlecommission {
        font-size: 2.1em;
        padding: 0em 0em 0.5em 0em;
    }

    .info {
        display: flex;
        justify-content: center;
    }

}

main {
    margin-bottom: 10em;
}