
@charset "utf-8";
@import url'https://fonts.googleapis.com/css?family=Montserrat';
body {
  background-color: burlywood;
  color: white;
    
    
} 

article {
  font-family: "Montserrat";
  font-size: 90%; 
  text-align: center;
}

header {
    
    padding: 0.2em;
    font-family: "Montserrat";
    text-align: center;
    display: block;
    background-color: #e37459;
    margin: 0em 10em;
    list-style: none;
    
}

h1 {
  font-family: "Montserrat"; 
  font-size: 150%;
  font color: white;
  text-align: center;
  
}

header img{
    background: none;
    image-orientation: center;
    padding: 0.9em;  
    justify-content: center;
    width: center;
    list-style: none;
    display:block;
    margin:auto;
}

h2 {
  font-family: "Montserrat"; 
  font-size: 150%;
  font color: white;
  text-align: center;
  
}

p {
  font-family: "Montserrat"; 
  font-size: 1rem;
  font color: white;
  text-align: center;
  
}

h3 {
    font-family: "Montserrat";
    color: white;
    text-decoration:  none;
    background-color: #e37459;
    display: flex;
    flex-direction: row;
    text-align: center;
    align-content: space-around;
    justify-content: space-around;
    list-style: none;
}

div ul li {
    
    font-family: "Montserrat";
    text-align: center;
    color: white;
}

p br {
    
    font-family: "Montserrat";
    text-align: center;
    color: white;
}
footer {
    font-family: "Montserrat";
    background-color: #e37459;
    margin: 2rem;
    padding: 2rem;
    text-align: center;
    color: white;
    }
footer p {
    font-size: 0.8rem;
    color: #ffffff;
}
main img{
display:block;
margin:auto;
}

aside div3 {
    font-family: "Montserrat";
    display: flex;
    margin-left: inherit;
    width: auto;
    font-size: 0.95rem;
}

aside div4 {
    font-family: "montserrat";
    font-size: 0.9rem;
    display: left;
    
    }

