body {
  margin: 0;
  text-align: center;
  font-size: 13px;
}

.content {
  margin: auto;
  width: 95%;
  max-width: 400px;
  height: 100%;
  text-align: center;
  border-radius: 5%;
}

.caption {
}

.icon {
  margin-top: 20%;
}

.icon-image {
  max-width: 200px;
}

.buttons {
  height:100%;
  margin-top: 8%;
  border-top: solid 1px #FEDEDE;
  padding-top: 5%;
}

.button {
  width:30%;
  min-height: 44px;
  margin: 3%;
  color: #515151;
  border: solid 2px #e5e5e5;
  border-radius: 15%;
  background-color: #FFFFFF;
  font-size: 0.8rem;
}

.button:active {
  background-color: #FAAABA;
}
