section{
    text-align: center;
    font-size: 20px;
    position: relative;
    bottom: 50px;
    color: white;
    font-weight: bold;
}

h2{
    text-align: center;
    position: relative;
    bottom: 30px;
    font-size: 30px;
    color: red;
    font-weight: bold;
}
p{
    padding : 0px;
    margin : 0px;
}

article img {
    height: 350px;
}
.center{
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}