body {
    background-color: #e9e0eb;
}
#container {
    max-width:800px;
    width: 60%;
    left: 50%;
    position: fixed;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}
#container > img {
    width: 100%;
    max-width: 800px;
    margin: 20px auto;
    display: block;
}
#container > p {
    font-size: 3vw;
    color: #352438;
    font-family: Georgia, "Times New Roman", Times, serif;
}
#container > p > a {
    color: #352438;
    font-weight: 600;
    text-decoration: none;
}