body {
  background-color: #3271a8;
  font-family: Arial;
    color: white;
    font-size: 16px;
    font-weight: 400;
  image-rendering: pixelated;
}

table, th, td {
  border: 1px solid #000000;
  border-collapse: collapse;
  padding: 5px;
  margin: 5px;
  font-weight: 400;
  padding: 0%;
  margin: 0%;
}

.sidemenu {
  /* Add custom font for the side menu */
  background-color: #c7813c;
  border-color: #e09448;
  color: #000000;
  font-size: 20px;
}

a {
  font-size: 18px;
  text-decoration: underline dotted;
  color: #000000;
}

.logo {
  margin: 5%;
  padding: 5%;
  background-image: url('https://mc.blusty.network/resource/img/testthingy.png');
  background-size: 100px;
}