body{
  font-family: monospace; background-color: #4d5054;
  margin: 0;
  display: flex;
  justify-content: center;
}
/* Main div */
.center {
  background-color: #41444a;
  display: block;
  min-height: 100vh;
  width: 420px;
  border-style: none solid none solid;
  border-width: thin
}
.center img {
   width: 100%;
}
hr {
width:80%;
}
/* Links */
a:link{
  color:#9e9e9e;
}
a:visited{
  color:#9e9e9e;
}
a:hover{
  color:white;
}
a:focus{
  color:#9e9e9e;
}
a:active{
  color:white;
}
/* Small text */
p {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 10px;
  color: #9e9e9e;
}
h3 {
  padding-right: 30px;
  padding-left: 30px;
  font-size: 12px;
  color: #adadad;
}
table, th {
  margin: auto;
  border-spacing: 30px;
  font-size: 10px;
  color: #9e9e9e;    
}