html {
  height: 100%;
}

* {
  color: #EEEEEE;
  font-family: 'Raleway', 'Microsoft Yahei', sans-serif;
}

body {
  background: #170000;
  background: -moz-radial-gradient(center, circle cover, #480C0C 0%, #170000 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #480C0C), color-stop(100%, #170000));
  background: -webkit-radial-gradient(center, circle cover, #480C0C 0%, #170000 100%);
  background: -o-radial-gradient(center, circle cover, #480C0C 0%, #170000 100%);
  background: -ms-radial-gradient(center, circle cover, #480C0C 0%, #170000 100%);
  background: radial-gradient(center, circle cover, #480C0C 0%, #170000 100%);
  background-color: #2b2b2b;
  text-align: center;
  height: 100%;
  overflow: hidden;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

div#main {
  position: absolute;
  width: 100%;
  height: 450px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  transition: height 1s ease;
}

h1,
h2 {
  text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 20px 20px rgba(0, 0, 0, 0.15);
  margin: 0 0 20px 0;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-transform: uppercase;
  word-wrap: break-word;
  font-weight: 900;
}

h1 {
  font-size: 200px;
}

h2 {
  font-size: 100px;
}

@media (max-width: 768px) {
  h1,
  h2 {
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1);
  }
  h1 {
    font-size: 80px;
  }

  h2 {
    font-size: 40px;
  }
}

button,
input,
textarea {
  border-radius: 5px;
  border: 1px solid #EEEEEE;
  background: transparent;
  color: #EEEEEE;
  padding: 5px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.5s ease;
}

form button, form input, form textarea{
  display: block;
  width: 90%;
  margin: 5px auto;
}

button:hover,
input:focus,
textarea:focus {
  background: #EEEEEE;
  color: #000000;
}

form {
  width: 300px;
  position: relative;
  margin: auto;
}

.formButton {
  clear: both;
}

form label {
  display: inline-block;
}

.infoDiv {
  margin: 20px auto;
  padding: 20px;
  width: 1000px;
}

.infoDiv hr {
  margin-top: 80px;
  margin-bottom: 50px;
}

dt {
  float: left;
  width: 160px;
  overflow: hidden;
  clear: left;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}

dd {
  margin-left: 180px;
  text-align: left;
}

dd:before, dd:after {
  display: table;
  content: " ";
}

dd:after {
  clear: both;
}

footer {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100%;
}