* {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

html, body {
    margin: 0 !important;
    padding: 0 !important;
}

.centered {
    display: grid;
    place-content: center;
    place-items: center;
    text-align: center;
    height: 100vh;
    padding: 0 15px;
}

.centered img {
    padding: 0 15px;
}

.centered a, .centered p {
    font-size: 16px;
}

@media(max-width: 680px) {
    .centered img {
        max-width: 500px;
        width: 100%;
    }
}