body {
  height: 100vh;
  width: 100%;
  background-image: linear-gradient(#0cf292,#f09e07);
}

nav {
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 20px;
  padding: 30px;
  text-align: center;
}


table, th, td {
    border: 1px solid black;
    border-collapse: collapse;
  }
  th, td {
    padding: 5px;
    text-align: left;
  }

  th {
    background-color:blueviolet;color:white;
  }

p,ul,li {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    word-wrap: break-word;
    width: 100%;
    font-size: 15px;
}