header {
    text-align: center;
    background-color: lightblue;
}
h1 {
    color: blue;

}
.main-supporting  {
    background-color: aquamarine;
}
body {
background-color: rgb(8, 36, 127);
outline-style: dotted;
color: #005eff;
}
 



