body {
	background-color: black;
	color: white;
	text-align: center;
}

main {
	display: flex;
	height: 100%;
	width: 100%;
	justify-content: center;
	padding-top: 5%;
}

.textwrapper {
	background-color: blue;
	height: 400px;
	width: 500px;
}

a:visited {
	color: white;
}

h2 {
	margin-top:20px;
	font-size: 20px;	
}

::-webkit-scrollbar {
    width: 12px;
    background: black;
}

::-webkit-scrollbar-thumb {
    background: lightgrey;
}

::-webkit-scrollbar-thumb:hover {
    background: darkgray;
}
