body {
    display: flex;
    justify-content: center;
    align-items: center;
	text-align: center;
    flex-direction: column;
    margin: 0;
	background-color: #222222;
    color: white;
}
			
a {
	color: cyan;
}
			
.mls-logo {
	cursor: pointer;
	width: 512px;
    height: 512px;
}
			
.content-box {
	text-align: start;
	width: 512px;
	border: 1px solid white;
	background-color: gray;
}
