*,
html,
body {
  margin: 0;
  padding: 0;
}

.btn {
  color: white;
  text-align: center;
  display: inline-block;
  width: 170px;
  height: 50px;
  line-height: 50px;
  margin-left: 50%;
  margin-top: 10%;
  transform: translateX(-85px);
  background-color: rgb(17, 196, 14);
  cursor: pointer;
  border-radius: 25px;
}

.btn:hover {
  color: rgb(48, 48, 48);
  background-color: rgb(23, 210, 20);
}
.title{
  text-align: center;
}