body {
	background-color: black;
	color: white;
	align-content: center;
	vertical-align: top;
	font-size: x-large;
	width:60%;
    margin-left:auto;
    margin-right:auto;
}

.box {
  display: flex;
}

img {
	width: 200px;
}

div {
	margin: 1%;
}

a:link {
  color: red;
}

a:visited {
  color: pink;
}

a:hover {
  color: white;
}

a:active {
  color: red;
}
