body {
  background-image: url(img/backgroundsmall.png);
  background-repeat: repeat-x;
  background-color: #70c5ce !important;
  background-position: bottom;
  background-attachment: fixed;
  min-height: 100vh;
}

#container {
  margin: 30px auto;
  width: 300px;
  border-radius: 5px;
  padding: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center !important;
  z-index: 2;
}

img {
  position: absolute;
  left: 10%;
  top: 15%;
  z-index: 1;
}
