body {
    background-color: #F0EEE8; 
  font-family: 'Times New Roman';
  width: 800px; max-width: 80%; height: auto; font-size: 18px;
}

p {
  margin-left: 20px;
}

img {
   margin: 40px; margin-bottom: 20px; max-width:95%;
}

h1 { 
    font-weight: normal;
font-family: 'Times New Roman', serif;
}

details > summary {
  padding: 0px;
  width: 200px;
  cursor: pointer;
  margin-left: 20px; 

}

details > p {
  padding: 0px;
  width: 450px;
  margin-left: 20px;
  line-height: 50%;

}
  
  a.one:link, a.one:visited {color: #083D77;}
a.one:hover {color:#A1C6EA;}

a.two:link, a.two:visited {background-color: #083D77;color: #DBD5B2; text-decoration:none}
a.two:hover {background:#A1C6EA;text-decoration:none}


 button {
  background-color: #083D77;
  color: #DBD5B2;
  font-family: 'Times New Roman';
  font-size: 18px;
  padding: 0px 1px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  border: none;
  cursor: pointer;


} 




