html,body {
    height:90%;
}

#larger_text{
  font-size: 150%;
}

header {
  background-color: brown;
  color: white;
  text-align: center;
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 4.2em;
}


.center_me{
  text-align: center;
}
.agency_details{
  text-align: left;
}
.l_margin_100{
   margin-left: 100px;
}
.l_margin_20{
   margin-left: 40px;
}

a:hover {
  color: #5c55ff;
  font-size: 130%;
  text-decoration: none;
}

a:link {
  text-decoration: none;
}

.l_margin_13 a:hover {
  color: black;
}

details a {
  color: black;
  text-decoration: none;
  font-size: 125%
}
details {
  margin-bottom: 10px;
  font-size: 150%
}

body{
  background-color: beige;
  margin-left: 150px; 
  margin-top: 75px;
  font-size: 100%;
  text-decoration: none;

}






