body {
    margin: 0;
    padding: 0;
    height: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #000000;
}

.centered-img {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 500px; 
}