body {
  background-color: maroon;
  color: black;
  font-family: Verdana;
}

h1 {
    color: #DBAC07;
    background-color: transparent;
    text-align: center;
    text-decoration: underline;
    font-family: monospace;
    font-size: 3rem;
}

p {
  color: white;
  background-color: #5C2B3B;
  border: 2px solid #DBAC07;
  border-radius: 15px;
  padding: 20px 30px; 
  
}

nav a:link, a:visited {
  color: white;
  text-align: center;
  border-radius: 15px;
  border: 2px solid #DBAC07;
  background-color: #3C0919;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
  
}


nav a:hover, a:active {
  background-color: #5C2B3B;
}

/* For images only */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

/* Also for images */
.one {
  height: 50%;
  width: 50%;
  border-radius: 10px;
  border: 2px solid #DBAC07;
}
  
