/* Center image */
.center-img {
display: block;
margin: 40px auto;
max-width: 300px;
}


/* Page spacing */
.page-wrapper {
padding-top: 40px;
}

