div.head {
  text-align: center;
	margin: 50px 50px 50px 50px;
	line-height: 200%
}

div.container{
	margin: 20px 20px 20px 20px;
	line-height: 200%
}

#footer {
  /*position: absolute;*/
  bottom: 0;
  width: 100%;
  height: 2.5rem;            /* Footer height */
  text-align: center;
}

pre{
  color: #FFFFFF;
  background-color: #000000;
}

img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}

/*a:hover {
      text-decoration: none;
}*/

/*a:active {
      text-decoration: none;
}*/
