
body {
  background-image: url('https://crabwithknives.neocities.org/download%20(2).jpg');
  color: #ad0014;
  font-family: 'Courier New', monospace;
   background-repeat: no-repeat;
   background-size: cover;
}

.static {
  position: static;
  border: 3px solid #66000c;
}

header {
  color: #66000c;
  border: double;
  padding: 10px;
  text-align: center;
}

#about {
   text-align: center;
   padding: 5px;
   font-size: 75%;
   color: #66000c;
   border: double;
   width: 200px;
   position: relative;
  left: 250px;
  background-color: rgba(5, 11, 45, 0.5);
}
#links {
  text-align: center;
  padding: 5px;
  font-size: 75%;
  color: #66000c;
  border: double;
  width: 200px;
   position: relative;
  left: 250px;
  background-color: rgba(5, 11, 45, 0.5);
}

.topnav {
    display: flex;
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #313033;
}

  