h1 {
    display: flex;
    justify-content: center;
    
}
body {
    background-color: rgb(255, 0, 0);
}
img {
    width: 100%; 
    height: 600px;
}