html {
	background-color: #000;
	color: #fff;
	display: flex;
	font-family: monospace;
	height: 100%;
	justify-content: center;
	align-items: center;
  }

.box {
	border: 3px solid #fff;
	display: block;
	padding: 2em;
	height: 600px;
	width: 330px;
	z-index: 0;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 1.2em;
	margin-top: -1em;
	color: #696969;
}

p {
	font-size: 17px;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

.list a {
	font-size: 24px;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style-type: none;
	margin-left: -2em;
}

.list {
	display: grid;
	row-gap: 3em;
}

img {
	position: fixed;
	width: 25%;
	z-index: 1;
	right: 0;
	bottom: 0;
	margin-bottom: 0;
	margin-right: 3em;
}
