:root {
    --background-color: #a82826;
    --foreground-color: #ffffff;
}


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    height: 100%;
}

body {
    margin: 0;
    background-color: var(--background-color);
    height: 100%;
}

main {
    display: block;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    color: var(--foreground-color);
    text-align: center;
}

p {
    color: var(--foreground-color);
    text-align: center;
}
.copyright {
    font-size: 70%;
}

div {
    height: 100%;
    width: 100%;
    align-content: center;
    vertical-align: middle;

}

img {
    align-content: center;
    max-width: 450px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}