@font-face {
  font-family:"Segoe UI";
  src:url('fonts/PixelOperator.ttf');
}
body {
  background:rgba(255,255,255,0.19);
  font-size:0.9em;
  font-family:"Segoe UI",sans-serif;
  line-height:1.6em;
  cursor: default;
  padding: 20px;
}
a {
  text-decoration:none;
  color:rgb(137,76,158);
}
a:hover {
  text-decoration:underline;
  color:rgb(121,75,48);
  cursor: default;
  position:relative;
  left:1.5px;
  top:1.5px;
}
a:visited {
  text-decoration:none;
  color:rgb(109,98,72);
}
.picture {
      display: block;
      margin: 0 auto;
      border: 1px solid rgb(217, 216, 216);
      width: 70%;
      box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
      padding: 0px 0px;
    }

    .centered-table {
    width: 80%;
    margin: 0 auto; 
    border-collapse: collapse; 
  }

  .centered-table th, .centered-table td {
    padding: 10px; 
    text-align: left;
  }