@font-face {
 font-family: "Libre";
 src: url("https://retroratden.neocities.org/font/Libre.ttf") format("truetype");
}


body{
  background-image: url(https://retroratden.neocities.org/main/starship2.jpg);
  background-position: top;
  background-attachment:local;
  font-family: "Libre";
  font-size: 18px;
  
}



h1 {
  color: #FFE040;
 font-family: "Libre";
text-align: center;
}

h2 {
  color: #FFE040;
  font-family: "Libre";
}

h3 {
  color: #FFE040;
  font-family: "Libre";
  text-align: center;
}



p{
  color: #D86F00;
      font-family: "Libre";
      text-align: center;

}


a{

  color: #FFE040;
    text-align: center;
}





.terminal{
        letter-spacing: 0.7px;
  border: 7px double  #B73D00;
  background: black;
  margin: auto;
  width: 47%;
  padding: 25px;
  overflow-x:auto;
    overflow-y:auto;
    
}



























