body {
    margin: 0;
}

 .container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-items: center;
}

.container img {
    width: 80vw;
    max-height: 70vh;
    object-fit: contain;
    }

h1 {
    font-family: "Times New Roman", Times, serif;
    text-align: center;
    font-style: italic;
    margin-top: 20px;
}