body{
    background-image: url('images/Indexback.jpeg');
    background-size: cover;
  }
  th, td {
    padding: 5px;
    color: bisque;
    font-family: 'ubuntu', sans-serif;
  }
  table{
    width: 100%;
    border-collapse: collapse;
  }
  table tr td,th{
    border: 2px solid black;
    text-align: center;
  }
  .title{
    font-family: 'Ubuntu', sans-serif;
    color: bisque;
  }