body{
    background-color: rgb(52, 51, 51);
    width: 100%;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  }
  main{
      width: 70%;
      position: absolute;
      right: 15%;
      left: auto;
  }
  
  table {
      width: 100%;
      border-collapse: collapse; 
      width: 100%;
  
  }
    th, td {
      border: 3px solid rgb(255, 255, 255);
      padding: 8px;
      text-align: left;
      color: aliceblue;
      text-align: center;
  }
  a{
      color: aliceblue;
      flex-wrap: wrap;
      display: flex;
      justify-content: left;
      padding: 2%;
      
  }
  