header {
  background: url('https://matthewbulat.net/cloud/images/Cloud_Computing_Header.jpg') center
    center no-repeat;
  height: 200px;
}

.navbar-default {
  background-color: cyan;
  border: none;
}

html body {
  background-color: aliceblue;         
}

p.big {
    line-height: 200%;
}

p.twocolumns {
   column-count: 2;
   line-height: 150%;

}


table {
  background: lightblue;
}

.lead {
  background: lightblue;
} 