body {
background-image: url("https://eliasjdodger.neocities.org/stars%201.gif");
font-family: monospace
background-repeat: repeat;
background-size: 35%;
}
header {
    background-color: antiquewhite;
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    border: 5px solid #808080;
      margin-top: 5px;
  margin-bottom: 5px;
  margin-left:250px;
  margin-right:250px;
}
nav {
  background-color: antiquewhite;
    border: 3px solid #362818;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
   margin-left:100px;
  margin-right:100px;
  padding-bottom: 5px;
  padding-top: 5px;
  
}
.testbtn {
  background-color: #bf7e69;
  color: white;
  font-family: monospace;
  font-size: 15px;
  padding: 12px;
  margin-right: 10px;
  border: #362818
  border-radius: 5px;
  cursor: pointer;
}
.testbtn:hover {
  background-color: #8e6152;
}
main {
    background-color: antiquewhite;
    align-items: center;
    font-family: 'Courier New', Courier, monospace;
text-align: center;
border: 5px solid grey;
    margin-top: 10px;
    margin-bottom: 10px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
}
details {
    font-family: monospace;
}
summary {
    font-size: x-large;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
summary::marker {
  content: "";
}

footer {
    font-family: monospace; 
    text-align: center;
}