* {
  margin: 0px;
  padding: 0px;
  background: transparent;
  border: 0px;
  outline: none;
  box-shadow: none;
  border-radius: 0px;
}

body {
  background-color: #e1e1e1;
  padding: 50px 0px;
  font-family: "lucida sans unicode", "lucida grande";
  font-style: 16px;
  color: #212121;
  -webkit-touch-callout: none;
}

#main_title {
  position: relative;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  font-weight: bold;
  color: #515151;
  padding-bottom: 230px;
}

.button {
  position: relative;
  margin: 20px auto;
  padding: 5px;
  width: 250px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #e1e1e1;
  font-size: 24px;
  background-color: #355368;
  border-radius: 5px;
  cursor: pointer;
}

.button:hover {
  color: #f1f1f1;
  background-color: #273138;
}

.custom {
  background-color: #27ae60;
  color: #fff;
}
