.article{
    padding: 10px;
    margin: auto;
    height: 800px;
}
.article h1{
    text-align: center;
}
.separation2 {
    width: auto;
    height: 1px;
    background-color: black;
    margin: 23px 80px;
}
.img{
    text-align: center;
    margin: auto;
}
.article img{
    width: 500px;
    height: 500px;
}
.desc-article{
    text-align: center;
}
.desc-article a{
    background-color: white;
    border-radius: 10px;
    color: black;
    padding: 16px 32px;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
}