body {
    font-family: 'Courier New', Courier, monospace;
    color: #2c2c2c;
    padding: 40px;
    letter-spacing: 0.5px;
    line-height: 1.6;
}
h1 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    font-size: 24px;
}
p {
    font-size: 18px;
    margin: 0;
}
.social-links {
    margin: 20px 0;
}
.copyright {
    position: absolute;
    bottom: 20px;
    left: 40px;
}
.social-links img {
    width: 24px;
    height: 24px;
    filter: grayscale(100%);
    margin: 0 8px;
    vertical-align: middle;
}
.social-links img:hover {
    filter: grayscale(0%);
}