body {
    background-color: #222;
    color: #f5f5f5;
    font-family: "Courier New", monospace;
    text-align: center;
}

h1 {
    color: #ff6666;
    text-shadow: 2px 2px #000;
}

a {
    color: #66ccff;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    border: 2px solid #fff;
    margin-top: 20px;
}
