@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
html,
body {
  display: grid;
  height: 100%;
  width: 100%;
  place-items: center;
  background: linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);
}

.wrapper a {
  text-decoration: none;
}

.logo {
  display: block;
  text-align: center;
  box-shadow: 0px 10px 10px rgba(160, 70, 0, 0.1);
  height: 160px;
  width: 160px;
  border-radius: 100px;
  margin-top: 20px;
  margin-left: 105px;
  margin-bottom: 20px;
}

.textCT {
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: #451d00;
}

.textKH {
  font-size: 2.1rem;
}
.textWC {
  font-size: 1.1rem;
}

.spn {
  display: inline-block;
  color: #451d00;
}

.wrapper .button {
  display: inline-block;
  height: 50px;
  width: 370px;
  margin-bottom: 10px;
  margin-left: 5px;
  background: #ffffff;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 10px 10px rgba(160, 70, 0, 0.1);
  transition: all 0.3s ease-out;
}

.wrapper .button .icon {
  display: inline-block;
  height: 50px;
  width: 370px;
  padding-left: 25px;
  border-radius: 50px;
  box-sizing: border-box;
  line-height: 50px;
  transition: all 0.3s ease-out;
  color: #451d00;
}

.wrapper .button .spn {
  padding-left: 20px;
}

.wrapper .button .icon i {
  font-size: 20px;
  line-height: 50px;
  transition: all 0.3s ease-out;
}

@media only screen and (max-width: 1080px) {
  .wrapper a {
    text-decoration: none;
  }

  .logo {
    display: block;
    text-align: center;
    box-shadow: 0px 10px 10px rgba(160, 70, 0, 0.1);
    height: 150px;
    width: 150px;
    border-radius: 100px;
    margin-top: 10px;
    margin-left: 60px;
    margin-bottom: 20px;
  }

  .textCT {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: #451d00;
  }

  .textKH {
    font-size: 1.6rem;
  }
  .textWC {
    font-size: 0.8rem;
  }

  .spn {
    display: inline-block;
    color: #451d00;
  }

  .wrapper .button {
    display: inline-block;
    height: 40px;
    width: 270px;
    margin-bottom: 10px;
    margin-left: 5px;
    background: #ffffff;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0px 10px 10px rgba(160, 70, 0, 0.1);
    transition: all 0.3s ease-out;
  }

  .wrapper .button .icon {
    display: inline-block;
    height: 40px;
    width: 270px;
    padding-left: 20px;
    border-radius: 50px;
    box-sizing: border-box;
    line-height: 40px;
    transition: all 0.3s ease-out;
    color: #451d00;
  }

  .wrapper .button .spn {
    padding-left: 5px;
    font-size: 12px;
  }

  .wrapper .button .icon i {
    font-size: 15px;
    line-height: 40px;
    transition: all 0.3s ease-out;
  }
}
