section {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

section img {
    width: 70%;
    margin: 5rem;
    border: 1rem solid #fff;
    outline: 1rem solid #000;
}