body {
  background-color: black;
  color: white;
  font-family: 'Times New Roman', Times, serif;
}

p,h1 {
  padding: 0%;
  margin: 0%;
}

table, th, td {
  border: 1px solid #ffffff;
  border-collapse: collapse;
  padding: 5px;
  margin: 5px;
  font-weight: 200;
}

a {
  font-weight: 600;
  color: #ffffff;
  text-decoration: dotted;
}

.blog {
  text-align: left;
}

b {
  font-weight: 600;
}