body {
    background-color: #343434;
	color : #cacaca;
	font-size: 14px;
}

img {
  margin: auto;
  display: block;
}

#CenteredContainer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
	