body{
    width:960px;
    text-align: center;
    margin: auto;
    
}


header{
    display: block;
    background-color: #19c3e2;
    border-radius: 10px;
    box-shadow: 10px 10px 7px #b9babe;
}