html, body {
    height: 100%;
}
body {
	background: #444444;
}
img {
 	border-radius: 15px;
 	width: 180px;
}
h1, h3, p, ol, ul, hr{
	color: #FFFFFF;
}
#login_strong, #readPermissions_strong{
	color: green;
}
footer {
  background-color: #000;
  color: white;
  padding: 10px;
  bottom: 0;
  width: 100%;
}
@media (max-width: 500px){
	img {
	 	border-radius: 10px;
	 	width: 100px;
	}
}