/*ceci est le fichier CSS de ma page HISTOIRE*/
p{
    width: 800px;
    color: white;
    font-size: 20px;
    text-align: justify;
    padding: 10px;
}
article{
    border-top: solid orange;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: rgb(138, 74, 2);
    border-radius: 30px;
    padding-top: 20px ;
}
hr{
   opacity: 0;
   padding: 20px;
}

