body
{
	background-color: #000000;
	overflow-y: hidden;
}

p
{
	font-family: "Courier New";
	color: white;
	font-size: 2vw;
	text-align: left;
}

.container {
  /*
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  text-align: center;
  margin-left: 12.5%;
  margin-right: 12.5%;
  margin-top: 10px;
}

img {
  width:100%;
  max-width: 900px;
  
  height: auto;
}

.angry {
	color: red;
}
