body {
background:#bf7e69;
font-family: sans-serif;
}
header {
  background-color: antiquewhite;
    border: 3px solid black;
    font-family: monospace;
    font-size: larger;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left:250px;
  margin-right:250px;
}
#title {
     background-color: white;
 border: 3px solid black;
  padding-left: 5px;
  padding-right: 5px;
  margin-top: 3px;
   margin-bottom: 3px;
}

#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;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
}
#main {
 text-align: center;
 font-family: monospace;
 font-size: 16px;
 background-color: antiquewhite;
 border: 3px solid black;
 margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px;
}
#imgs {
    background-color: whitesmoke;
  border: 3px solid black;  
   padding-top: 5px;
   padding-bottom: 5px;
     padding-right: 5px;
  padding-left: 5px;
}
#intro{
     background-color: whitesmoke;
  border: 3px solid black;  
  margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 15px;
    margin-right: 15px;
  padding-bottom: 5px;
  padding-right: 15px;
  padding-left: 15px;
  padding-top: 5px;   
}
#trailer {
    background-color: antiquewhite;
    border: 3px solid black;
        font-family: monospace;
    font-size: larger;
  text-align: center;
  justify-content: center;
    margin-top: 5px;
  margin-bottom: 5px;
     margin-left:250px;
  margin-right:250px;
  padding-bottom: 15px;
  padding-top: 2px;
}
html {
    color: #362818;
}
.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;
}
footer {
    font-family: monospace; 
    text-align: center;
}

details > summary {
  list-style: none;
    list-style-position: outside;
    list-style-image: none;
    list-style-type: none;
}
#blog {
    text-align: center;
 font-family: monospace;
 font-size: 16px;
 background-color: white;
 border: 3px solid black;
 margin-top: 5px;
  margin-bottom: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  padding-left: 5px;
  padding-top: 5px; 
}
.entry {
  text-align: center;
  overflow-x: hidden;
}