.online_close h2 {
  text-align: center;
  font-size: 22px;
}
.online_close p, .online_close a {
  font-size: 19px;
}
.online_close a.button {
  display: block;
  width: 160px;
  background: white;
  border: 3px solid #333;
  margin: 40px auto;
  text-align: center;
  color: #333;
  padding: 14px 0px 20px 0px;
  line-height: 1em;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  border-radius: 25px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.4);
  transition: 0.2s;
}
.online_close a.button:hover {
  margin: 41px auto 39px auto;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
}/*# sourceMappingURL=new_style.css.map */