body {
    padding: 0;
    margin: 0;
    background-color: #969696;
    color: #FFFFFF;
}

.centered {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

img {
    max-width: 60rem;
    width: 100%;
    padding: 2rem;
}

a {
    text-decoration: none;
    color: #FFFFFF;
}