body {
    background: url('https://surgeon2013.neocities.org/Aq.jpeg');
    background-size: cover;
    background-attachment: scroll; 
    background-color: #d3d3ff;
    color: ##000000;
    font-family: Arial, sans-serif;
    text-align: center;
}
header {
    background: #222;
    color: white;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    }
.image-container {
    display: flex;
    justify-content: center;   
    align-items: center;        
    gap: 20px;                  
    flex-wrap: wrap;            
    margin-top: 20px;
}
.image-container img {
    width: 90px;             
    height: auto;
    border: none;
    border-radius: 2px;
}
.caption {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    color: blue;
    text-decoration: none;
    margin-top: 5px;
}
.socials {
    margin-top: 20px;
    text-align: center;
    font-family: 'Arial', sans-serif;
}

