/*
Theme Name: Thème de Micro-Pointe
Author: Micro-Pointe
Author URI: https://www.micro-pointe.fr
Description: Notre nouveau thème
*/

h1 {
    font-size: 36px;
}

em {
    color: #2199e8;
    font-style: normal;
}

.par:first-child {
    margin-top: 50px;
}

.par {
    margin-bottom: 50px;
}

p {
    text-align: justify;
}

@media (max-width: 667px) {
    h2 {
        font-size: 2em;
    }
}
