body{
    font-family: 'Open Sans', sans-serif;
    background-image: url(../images/page_bg.png);
    background-repeat: repeat-x;
}


#wrapper {
width: 900px;
    border: 2px solid #d5d4d2;
    padding: 10px;
    background-color: white;
    margin-left:auto;
    margin-right: auto;
    
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#banner{
    width:100%;
   
}



nav {
    color: #8C7A6A;
}


#content{
    display: flex;
     
}
#banner{
   border: 1px solid #1E88C5;
    width: 870px;
    height: 147px;
}

aside{
    width: 30%;
    text-align-last: center;
    background-color: #D6ECF7;
    line-height: 2;
}
aside h2{
    text-align-last: left;
    margin-top: 0;
    font-size: larger;
    margin-left: 16px;
}


services{
    width: 30%;
    background-color: #88bbeb;
    line-height: 2;
}
main{
    width: 70%;
    line-height: 1.5;
    margin-left: 16px;
    
    
}
main h1{
    font-size: larger;
    margin-left: 16px;
    
}
