
html{
  image-rendering: pixelated !important;
  background-color: #000000;
}

body{
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  text-align: center;
  align-items: center;
  overflow-y: scroll;
  image-rendering: optimizeSpeed;
  margin: 0;
  padding: 0;

  color: rgb(255, 255, 255);
  font-size: large;
}

.block{
  display: block;
  width: 650px;
  max-width: 940px;
  margin: auto auto 0px auto;
} 

a {
  color: inherit;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

img {
  width: 100%;
  border: 2px solid #000000;
}
img:hover{
  width: 100%;
  border: 2px solid #FFFFFF;
}


@media only screen and (max-width: 800px){
  
  .block{
    padding-right: 0;
    padding-left: 0;
    width: 95%;
    height: auto;
  }
  p{
    max-width: 90%;
  }
}
