@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

body {
  width: 100%;
  height: 100%;
}

#page-grid {
  display: grid;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  grid-template-rows: 1fr auto;
}

a {
  cursor: pointer;
  text-decoration: none;
}

.container {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1170px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

main {
  padding-top: 63px;
  margin-bottom: 145px;
}

main .logo .logo-img {
  width: 122px;
  height: 162px;
  display: block;
  background-image: url("images/normal_u17.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

main .page-wapeer h1 span.img-heart {
  width: 46px;
  height: 40px;
  display: inline-block;
  background-image: url("images/normal_u13.svg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin-right: 11px;
  margin-left: 11px;
}

main .page-wapeer p {
  font-family: "Roboto Italic", "Roboto", sans-serif;
  font-style: italic;
  color: #c7031b;
  text-align: center;
  line-height: normal;
}

footer {
  background-color: #000000;
  width: 100%;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

footer a {
  font-weight: 300;
  color: #ffffff;
  text-align: center;
  line-height: normal;
  font-size: 28px;
}

main .page-wapeer .main-bg {
  display: block;
  width: 389px;
  height: 516px;
  background-image: url("images/normal_u16.jpg");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: 0 auto;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  main {
    padding-top: 31px;
    margin-bottom: 124px;
  }
  main .logo .logo-img {
    width: 84px;
    height: 110px;
  }

  main .page-wapeer {
    margin-top: 31px;
  }

  main .page-wapeer .main-bg {
    width: 188px;
    height: 250px;
  }

  main .page-wapeer h1 {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 30px;
    margin: 0 auto;
    vertical-align: center;
    margin-bottom: 16px;
  }

  main .page-wapeer h1 span.img-heart {
    width: 30px;
    height: 26px;
    vertical-align: middle;
    margin: 0 3px;
  }

  main .page-wapeer p {
    font-size: 20px;
  }

  footer {
    height: 35px;
    background-color: #c7031b;
  }

  footer a {
    font-size: 18px;
  }
}

@media screen and (min-width: 768px) and (max-width: 920px) {
  main {
    padding-top: 55px;
    margin-bottom: 164px;
  }

  main .logo .logo-img {
    width: 116px;
    height: 152px;
  }

  main .page-wapeer .main-bg {
    width: 340px;
    height: 453px;
  }

  main .page-wapeer {
    margin-top: -42px;
  }

  main .page-wapeer h1 {
    font-size: 36px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: 44px;
    margin: 0 auto;
    vertical-align: center;
    margin-bottom: 20px;
  }

  main .page-wapeer h1 span.img-heart {
    width: 43px;
    height: 37px;
    vertical-align: middle;
    margin: 0 3px;
  }

  main .page-wapeer p {
    font-size: 24px;
  }

  footer {
    height: 46px;
    background-color: #c7031b;
  }

  footer a {
    font-size: 24px;
  }
}

@media screen and (min-width: 921px) {
  main .page-wapeer {
    margin-top: -153px;
  }

  main .page-wapeer h1 {
    font-size: 26px;
    font-weight: 700;
    color: #000000;
    text-align: center;
    line-height: normal;
    margin: 0 auto;
    vertical-align: center;
    margin-bottom: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  main .page-wapeer h1 br {
    display: none;
  }

  main .page-wapeer p {
    font-size: 22px;
  }
}
