body{
    background-color: rgb(250, 128, 114);
    }
    
    Estilizar o título principal do seu site
     h1{
    color:red ;
    font-family:Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif ;
    background:yellow ;
    }
    
    Estilizar os parágrafos
    p{
    color: ;
    font-family: ;
    font-size: ;
    background: ;
    }

    #aa{width: 100%;}