body {
    background-color: rgb(28, 32, 53);
    color: rgb(156, 153, 153);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;

    padding-top: 12px;

    max-width: 400px;
    height: auto;
}

h1 {
    font-size: auto;
}