@font-face {
    font-family: 'pusab';
    src: url(/fonts/pusab.otf) format('truetype');
    font-weight: normal;
    font-style: normal;
    }




body {
  background: white;
  background-image: url(n.gif);
  color: white;
  font-family: pusab;
  background-repeat: no-repeat;
  background-size: cover;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:center;
  align-items:unset;
  align-content:flex-start;
  text-shadow: #000 0 0 4px;

}

#principal {
  background:rgba(256,256,256,0.2);
  text-align: center;
  order:0;
  flex:0 1 auto;
  align-self:auto;
  height:auto;
  width:auto;
  border: 1px solid white;
}


h1{
  color: #A8A8A8;
}
h2{
  color: #7A7979;

}

p{
  font-size:18px;

}