div {
clear: left;
float: none;
}

.container {
background-color: white;
  position: relative;
  text-align: center;
  color: white;
font-style: italic;
font-size: 100px;


}

.centered {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.start {
position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}



img {
width: 100%;
height: 100%;
}