*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  font-size: 100%; }

body {
  background: #001025;
  color: #FFF;
  padding: 0;
  margin: 0;
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
  font-weight: normal;
  position: relative;
  cursor: default;
  font-size: 0.8rem;
}

a:hover {
  cursor: pointer; }

a:focus {
  outline: none; }

.main {
  margin-top: 50px;
  margin-left: 20px;
  max-width: 800px;
}

h1 {
  font-size: 2.2rem;
  font-weight: 900;
  text-transform: uppercase;
}

h1, h2, h3 {
  margin-bottom: 8px;
  color: #0079ff;
  font-weight: 900;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9rem;
  font-weight: bold;
}

.main p {
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.4em;
}

p.about {
  color: #7d7d7d;
}

.strong {
  font-weight: bold;
}

a {
  color: white;
  text-decoration: none;
}

a.highlight {
  color: white;
}
