h1 {
  color: #07c0f3;
  font-weight: bold;
  font-style: arial, helvetica;
  text-align: center;
  margin: 40px;
  border: #f082ff;
}

p {
  margin: 70px, 70px;
  text-align: center;
  font-size: 14pt;
}

div.slang {
  font-size: 14pt;
  color: #07c0f3;
  font-weight: bold;
}

ul li {
  list-style-type: none;
  padding-left: 35px;
}

em {
  color: #f082ff;
}
.btn {
  margin-top: 16px;
  padding: 30px;
  border: none;
  color: #fff;
  font-size: 12pt;
  font-family: arial;
  font-weight: bold;
  background-color: #07c0f3;
}