body {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    background: black;
    color: white;
    border: 2px solid #7c0000;
    padding: 5% 10%;
}


h1 {
    vertical-align: middle;
    padding-left: 1rem;
    text-align: center;
    font-size: 2.4rem;
}

img {
    height: 165px;
    width: 165px;
    text-align: center;
    border: 2px solid #7c0000;
}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

a {
    display: block;
    margin: 0 auto;
    text-align: center;
    text-decoration: none;
    font-size: 1.1rem;
    color: #d42c2c;
}

a:hover {
    color: #7c0000;
}

p {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}

li {
    text-align: center;
    font-size: 1.1rem;
    list-style-type: none;
}

.red {
    color: #7c0000;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.1rem;
}