/* body {
    background-color: rgb(255, 255, 255);
  } */
  @import url("https://fonts.googleapis.com/css?family=Lato");
  * {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  body {
    background: -webkit-gradient(linear, left top, left bottom, from(#2bff00), to(#9cdcff)) fixed;
  }
