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 : 3px;
    margin : 3px;
}

article img {
    height: 250px;
}
.img{
    text-align: center;
}
.img img{
    display: inline-block;
    margin: 0 10px;
}