body{margin-left:}

.about{
   background-color:rgb(250,250,255);
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   max-width:600px;

   margin:auto;
   padding:2em;
   font-size:1.2em;
   text-align:left;
   line-height:1.3em;
   font-family:'Roboto',sans-serif;
   font-weight: 300;
   img{
      margin-bottom:-1em;
      min-width: 300px;
      opacity:100%;
      border-radius:20px;
      padding: 1em 1em 0em 1em
   }
p{padding-bottom:1em;
display:block;}
}

#designed{
   font-family:'roboto';
   font-size:.5em;
}
#header{ 
   justify-content: center;
   margin-top:0;
   margin:auto;
position: sticky;
font-size: .89em;
font-family: 'Cinzel', serif;
font-weight: 600; 

text-align: center; 
background-color: rgb(250,250,250); 

color: rgb(100,100,100);
word-spacing:.2em;
letter-spacing: .02em;
.contact{
   color:black;
   font-size:1.2em;
}
} 


#eliot-links{
align-content: center;
font-family : 'Cinzel', serif;
font-weight : 600;
font-size:.9em;
color:rgb(60,60,60);
line-height: 1.6em;
background-color:rgb(240,240,250);
border-style:solid;
border-width: 2px;
border-color:rgb(228,228,228);
}
a{text-decoration: none;
color: rgb(50,50,200);
}


a:hover{
background-color:rgb(230,230,230);
font-size:1em;
letter-spacing: 0em;
word-spacing:0em;
}
