
body{
  background: #B0DBF1;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

table, th, td{
  border: 1px solid black; 
  font-size: 35px;
  color: white;
  text-align: center;
}

h1{
  font-size: 100px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
}

#article {
  padding: 10% 10% 1% 10%;
  font-size: 1em;
  font-weight:normal;
}


.tablewrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  align-self: flex-start;
}


@media screen and (max-width: 768px) {
  .headerWrap h1{
    font-size: 30px;
  }
  .tablewrapper{
    display: block;
  }

  .grades{
    margin-bottom: 35px;
  }
}



