
body {
  background-image: url('spcae.gif');
  background-attachment: fixed; 
  background-size: 100% 100%;
  font-family: 'Press Start 2P'}
      
a:link {
  color: blue;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: purple;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: blue;
  background-color: transparent;
  text-decoration: underline;
}

/* SEARCH BAR */

.search-bar {
  margin: 20px 0;
  text-align: center; 
}

#search-input {
  padding: 10px;
  width: 300px;
  border: 1px solid #696969;
  border-radius: 5px;
}