a {
  text-decoration: none;
  color: #000000;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 600;
  position: relative;
  top: -150px;
}

.name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: double 10px #000000;
}
.name p {
  margin: 0;
  padding: 0px 20px;
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.icon {
  margin: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.icon img {
  height: 80px;
  width: 80px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: relative;
  top: 0;
}

.main h1 {
  margin-block: 0;
  -webkit-margin-after: 0;
          margin-block-end: 0;
}

img {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  top: -40px;
}

html, body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
html p, body p {
  font-size: 4rem;
}

.btn-wrapper {
  position: relative;
  top: -100px;
}

.area_00 {
  margin-top: 30px;
  text-align: center;
}
.area_00 img {
  width: 60%;
}