h1 {
    text-align: center;
}

.content{
    position: relative;
}
.content img {
    width: 200vh;
    height: 50vh;
}

p {
    justify-content: baseline;
}