@charset "utf-8";
body {
  background-color: #000000;
  background: url('images/back.jpg') no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.mainText{
  font-family: 'Didact Gothic', sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #63CBE5;
}
h1, h2, h3, h4, h5, h6, h7{
  font-family: 'Didact Gothic', sans-serif;
  color: #63CBE5;
}
