body {
    background-color: #78184A;
    color: lavenderblush;
    font-family:'Courier New', Courier, monospace;
    font-size: 1.2em;
    font-weight: 500;
}

h1, footer {
    text-align: center;
}

.social img {
    max-width: 32px;
}

.container {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}