body {
    background-color: #f0f8ff;
    color: #333;
    font-family: Arial, sans-serif;
}

.container {
    width: 60%;
    margin: auto; /* centers the whole block */
    
    
}