body {

  margin: 0;
}

h1 {
  font-size: 8rem;
  font-family: cursive;
  text-align: center;
  color: azure;
}

.sacramento-regular1 {
  font-family: "Sacramento";
  font-weight: 400;
  font-style: normal;
  margin-left: 3rem;
}

.work-section {
  padding: 2.5rem;
}

.about-section {
  padding: 1.5rem;
}

.bottom2 {
  margin-right: 1rem;
}

.heading {
  text-align: center;
  margin-bottom: 10rem;
  line-height: 3rem;
}

.creation {
  padding: 1rem;
}

.work-profile {
  background-color: rgb(113, 255, 113);
  padding: 6.5rem;
}

.heading-section {
  margin-top: 3rem;
  color: rgb(18, 138, 108);
}

h4 {
  text-align: center;
  line-height: 1%;
}

.btn1 {
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Courier New;
  color: #123b23;
  font-size: 20px;
  background: #34d960;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn1:hover {
  background: #41d167;
  background-image: -webkit-linear-gradient(top, #41d167, #7d917d);
  background-image: -moz-linear-gradient(top, #41d167, #7d917d);
  background-image: -ms-linear-gradient(top, #41d167, #7d917d);
  background-image: -o-linear-gradient(top, #41d167, #7d917d);
  background-image: linear-gradient(to bottom, #41d167, #7d917d);
  text-decoration: none;
}