/* site.css */

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-indent: 180px;
    text-decoration: none;
}

header {
  text-align: center;
  font-weight: bold;
  font-color: black;
  font-size: 50px;
}

h1 {
  text-align: center;
  font-weight: bold;
  font-color: black;
  font-size: 50px;
}

h2 {
  text-align: center;
  font-weight: bold;
  font-color: black;
  font-size: 35px;
}

p {
  text-align: center;
  font-color: black;
  font-size: 25px;
}

img {
  align-items: center;
  size: 150px 150px;
}


<style type="text/css">
.tg  {border-collapse:collapse;border-spacing:0;}
.tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;}
.tg .tg-e3zv{font-weight:bold}
.tg .tg-9hbo{font-weight:bold;vertical-align:top}
.tg .tg-yw4l{vertical-align:top}
</style>










