body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    /* position: relative; */
    width: 100%;
    height: 500px;
    object-fit: cover;
    object-position: top left;
    top: 0;
}

h1 {
    margin-top: -250px;
    color: white;
    text-align: center;
    text-shadow: 1px 1px 1px black;
    font-size: 3em;
}