th, td {
    padding: 5px;
    color: white;
    font-family: 'ubuntu', sans-serif;
  }
  table{
    width: 100%;
    border-collapse: collapse;

  }
  table tr td,th{
    border: 2px solid white;
    text-align: center;

  }
  body{
    background-image: url('images/refpic-01.jpg');
    background-size: cover;

  }
  h1, h2{
    color: white;
    font-family: 'ubuntu', sans-serif;
    text-align: center;
  }