@import url('https://fonts.googleapis.com/css2?family=Orbitron:wght@700&display=swap');

body {
	background-color: #262d35;
	padding: 0;
	margin: 0;
}

h1,h2,h3,h4,h5 {
	color: #ff0;
	font-family: "Orbitron", sans-serif;
}

.container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	height: 100vh;
	width: 100%;
}

.box {
	color: #cc0;
	background-color: #33475b;
	margin-top: 2rem;
	text-align:center;
	width: 135px;
	padding: 5px;
}

.box:hover {
	box-shadow: inset 0 0 0 2px #ff0;
	position: relative;
}

a.box:link {
	text-decoration: none;
}

a.box:visited, a.box:hover, a.box:active {
	text-decoration: none;
	color: #ff0;
}
