@import url('https://fonts.googleapis.com/css2?family=Open+Sans&family=Prata&display=swap');

html, body {
  background-color: #F9F1ED;
  padding: 0;
  margin: 0;
  height: 100%;
}

.icons {
  background-image: url(bg.svg);
  background-position-x: center;
  padding: 17px;
  text-align: center;
}

.icons>a {
  text-decoration: none;
}

.icons>a:first-child {
  position: relative;
  left: -78px; 
}

.icons>a:nth-child(2) {
  position: relative;
}

.icons>a:nth-child(3) {
  position: relative;
  right: -92px;
}

.linktext {
  position: absolute;
  top: 33px;
  left: -14px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  text-decoration-line: underline;
  color: #678A74;
  width: 108px;
}

h1 {
  font-family: 'Prata', serif;
  font-size: 62px;
  font-weight: normal;
  line-height: 84px;
  /* identical to box height */
  color: #F17E7E;
}

p {
  font-family: 'Open Sans', sans-serif;
  color: #4F2222;
  font-size: 24px;
  line-height: 33px;
}

.papa {
  display: flex;
  flex-direction: row;
  min-height: 100%;
}

.left {
  flex: 6;
}

.text {
  padding: 75.5px;
}

.right {
  flex: 4;
  background-color: #FADAC7;
  padding: 43px;
}

H3 {
  font-family: Prata;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 49px;
  color: #EC5151;
}

button {
  width: 168px;
  height: 56px;
  background: #F17E7E;
  border: 4px solid #FFEADB;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 26px;
  line-height: 35px;
  color: #FFEADB;
  float: right;
  display: block;
}

@media(max-width: 425px) {
  .papa {
    display: unset;
  }
  .left {
    padding: 0px;
  }
  .right {
    padding: 15px;
  }
  .text {
    padding: 15px 15px;
  }
}