body {
    background-color: rgb(255, 255, 255);
  }
  h1{
    background-color:navy;
    color: white
  }
  body {
    color:rgb(0, 0, 0);
    background-color:rgb(255, 255, 121)
  }
  .column {
    float: left;
    width: 50%;
  }
  
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  div{
    color:white;
  }
