body {
    font-family: monospace;
    display: flex;
    justify-content: center;
    background-color: black;    
    color: white; 
}

a { 
    color: #2395ff;
    text-decoration: none;
}

a:visited {
    color: #2395ff;
    text-decoration: none;
}

a:hover {
    color: #2395ff;
    text-decoration: underline;
}

.container {
    font-size: 18px;
}

.container img {
    width: 100%;  
    height: auto; 
    max-width: 750px;
    border: white solid 2px; 
}