header {
    background-color: dimgray;
    width: 100%;
    .h1 {
        color: white;
    }
    #title {
        text-decoration: none;
        color: inherit;
    }
}

body {
    background-color: lightgray;
}