@charset "utf-8";

@font-face {
  font-family: shaston;
  src: url(ShastonHi320.ttf);
}

body
{background-color: #000000;
font-family: shaston; 
color: #FFA024; 
font-size: 14px;
text-align: center;
overflow: clip;}

a{
color: #FFA02A;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo{
width: 90%;
height: auto;
}


