body {
  background-color: rgb(228, 253, 24);
  font: 400 1em/1.38 Helvetica;
  color: rgb(255, 255, 255);
}

.container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  height: 338px;
  margin: auto;
}

.image {
  position: absolute;
  top: 57px;
  left: 0;
  right: 0;
  width: 94%;
  height: 159px;
  margin: 0 auto;
  background: url('../images/actionpic-logo%20copia.svg') rgba(236, 121, 121, 0);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 0px;
}

._button {
  display: block;
  position: absolute;
  top: 243px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 160px;
  min-width: 100px;
  max-width: 160px;
  height: 36px;
  margin: 0 auto;
  border: 1px solid rgb(201, 32, 116);
  border-radius: 3px;
  background-color: rgb(221, 63, 137);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.47);
  font-size: 1em;
  text-align: center;
  color: rgb(255, 255, 255);
}

._button:hover {
  background-color: rgb(236, 150, 190);
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.47);
}