body {
	background-color: rgba(25,25,25);
	color: white;
	font-family: 'Courier New', Courier, monospace;
}

a {
	color: #580b93;
	text-decoration: none;
}

hr {
	border: 1px rgba(150,150,150) solid;
}

.badges img {
	width: 88px;
	height: 31px;
	margin-left: 10px;
	display: inline-block;
}

#Estradiol {
    width: 200px;
    height: 150px;
}

#Xenon {
    width: 100px;
    height: 200px;
    scale: 2;
}

.image-container {
 text-align: center;
   display: flex;
  justify-content: center; 
}



li a{
	color: white;
	text-decoration: underline;
}
