body {
  font-family: "Poppins", sans-serif;
  color: #0c0c0c;
  background-color: #ffffff;
}

a, a:hover, a:focus {
  text-decoration: none;
  color: initial;
}

.description-section {
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  text-align: center;
}
.description-section h1 {
  font-weight: bold;
  color: #010001;
  font-size: 3rem;
  padding-bottom: 15px;
  position: relative;
}
.description-section h1 span {
  color: #fc4c01;
}
.description-section .btn-box {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.description-section .btn-box a {
  margin: 5px;
  width: 165px;
  text-align: center;
}
.description-section .btn-box .btn-1 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #1a1c27;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #1a1c27;
  border-radius: 0;
}
.description-section .btn-box .btn-1:hover {
  background-color: transparent;
  color: #1a1c27;
}
.description-section .btn-box .btn-2 {
  display: inline-block;
  padding: 10px 0px;
  background-color: #fc4c01;
  color: #ffffff;
  transition: all 0.3s;
  border: 1px solid #fc4c01;
  border-radius: 0;
}
.description-section .btn-box .btn-2:hover {
  background-color: transparent;
  color: #fc4c01;
}
.description-section .img-box img {
  max-width: 90%;
}

/*# sourceMappingURL=style.css.map */
