<!DOCTYPE html>
<html lang="en-US">
	<head>
		<meta charset="utf-8">
		<title>Document</title>
		<meta name="viewport" content="width=device-width,initial-scale=1.0">
		<link rel="stylesheet" type="text/css" href="style.css">
	</head>
	<body>
		<main>
			<div class="textbox textbox--simple textbox--red">
				<div class="textbox__text">
					Welcome to <span class="textbox__span textbox__span--red">webring.umbreon.online</span>!
				</div>
			</div>

			<p>
				hey yeah i sure am some text on the page aren't i
			</p>
		</main>
	</body>
</html>