body {
  margin: 0;
  padding: 0;
  font-family: roboto;
}

.main {
  font-size: 50px;
  font-weight: 200;
  color: #abd8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  width: 100%;
  letter-spacing: 4px;
  background: linear-gradient(to bottom, rgb(131, 221, 224), rgb(15, 43, 34));
}

.services {
  font-size: 50px;
  font-weight: 200;
  color: #abd8d8;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  height: 100vh;
  width: 100%;
  letter-spacing: 4px;
}

.lawn {
  text-align: center;
  display: block;
  justify-content: center;
  align-items: center;
  margin: 50px 0px 0px 0px;
}