@import url('https://fonts.googleapis.com/css?family=Raleway');
.titulo{
    background: #143a66 ;
    color: white;
    font-family: 'Raleway', sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 11px 11px 11px 11px;
    -moz-border-radius: 11px 11px 11px 11px;
    -webkit-border-radius: 11px 11px 11px 11px;
    -webkit-box-shadow: 8px 7px 15px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: 8px 7px 15px -2px rgba(0,0,0,0.75);
    box-shadow: 8px 7px 15px -2px rgba(0,0,0,0.75);
}

html > body{
    background:#ddecfc;
}
