/*
selector {
  property: value;
}
*/

@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Roboto+Slab:wght@100..900&display=swap');

body{
    background-color:#cce7fc;
    font-family: "Roboto Slab", serif;
    color:#2b374a;
    margin-top: 100px;
  margin-bottom: 100px;
  margin-right: 150px;
  margin-left: 100px;
}
h1{
    text-align:center;
    font-family: "DM Serif Display", serif;
    color:#064180;
    padding:0px;
    border: 3px solid #064180;
}

.intro2 {
    float:right;
    padding-top:40px;
}

.intro {
    border:3px dashed white;
    float:left;
    margin-top:10px;
    padding:10px;
    padding-left:0px;
    text-align:left;
    width:500px;
    margin-bottom:100px;
}

 div a{
     
      font-family: "Roboto Slab", serif;
      color:blue;
      background-color:#cce7fc;
      
 }
 
 .person{
     margin-top:35px;
     border-bottom:3px dashed white;
 }
 
 .contri{
     border-bottom:3px dashed white;
 }

.washington{
    float:right;
    padding-top:40px;
} 

.asylum{ 
    float:left;
    padding-top:40px;
}

.source{
    float:left;
    padding-top:70px;
    padding bottom:0;
    text-align:left;
    width:400px;
}


.imagesource{
    margin-top:570px;
}


.old{
    float:left;
    padding-top:40px;
    width:400px;
}


ul {
  list-style-type: none;
  margin: 0;
}
li {
  display: inline;
}
li {
  float: center;
}

a {
  display: block;
  padding: 8px;
  background-color: #a0c9eb;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  border:solid white 1px;
  overflow: hidden;
  background-color:white;
}

li {
  float: center;
}

li a {
  display: block;
  color: white;
  border:solid white 1px;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}
li a:hover {
  background-color: #064180;
}

}

ul{
    font-family: "Roboto Slab", serif;
    padding:20px;
}



img{
    text-align:center;
    padding:0px;
    border:3px solid #064180;
    border-radius: 15px;
    width:300px;
}