CamSoda
body {
background-image: url('https://cdn-modelmedia.camsoda.com/images/8/5YaPbNXnkuvtijlDvwkL3njBZT1j3v0j.png');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
text-align: center;
margin: 0;
padding: 0;
}
.image-container {
margin-top: 2em;
}
.image-container img {
width: 300px;
margin: 10px;
}