body {
    background-color: #222; 
    color: #eee;             
    font-family: 'Source Code Pro', monospace; 
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
}

.container {
    text-align: center;
}

.contact {
    opacity: 0.8; 
}
