
html,body {
  
    margin: 0;
    padding: 0;
    background-color: black;    
    display: flex;
    flex-direction: column; 
    align-items: center; 
}
img {
    width: 95%;
    max-width: 1200px;
    height: auto;
    margin-top: 100px;
}



