@font-face { font-family: 'NIXGONM-Vb'; src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/NIXGONM-Vb.woff') format('woff'); font-weight: normal; font-style: normal; }

html {

}
body {
  font-family: 'NIXGONM-Vb';
}

.container {
  display: block;
  width: 980px;
  margin: 80px auto;
  text-align: center;
}


h1 {
  font-size: 30px;
}

p {
  font-size: 18px;
}
/*  */
.brand {
  /* font-size: 64px; */
}


footer {
  position: absolute;
  width: 100%;
  height: 60px;
  bottom: 0;
}

footer .contact {
  position: relative;
  text-align: center;
  padding: 5px;
  width: 800px;
  margin: 0 auto;
}

#background {
  position: fixed;
  left:0;
  top:0;
  z-index: -1;
}

p small {
  font-size: 14px;
  color: #a7a8a9;
}
