body {
    background-color: lightblue;
  }
  
  .title {
    color: black;
    text-align: left;
    font-family: "Calibri", sans-serif ;
    font-size: 60px;
    padding-top: 200px;
    
  }


  header{
    background-color: white;
    border-color: black;
    
  }

  main{
    padding: 20px;
  }
  
  .row:hover{
    color: gray;
    cursor: pointer;
  }
  /** {
    box-sizing: border-box;
  }*/
  
  .box {
    float: left;
   
    width: 75%; /* three boxes (use 25% for four, and 50% for two, etc) */
    height: 100px;
    padding-left: 50px; /* if you want space between the images */
    padding-right: 50px;
    padding-bottom: 20px;
    padding-top:20px
    
   }


 

  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  .copyright {
    font-family: verdana;
    text-align: center;
  }
