* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	width: 100wh;
	height: 100vh;
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

body {
	width: 100%;
	height: 100%;
	background-color: #E7964B;
	overflow: hidden;
}

a {
	color: rgb(0,100,200);
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:visited {
	color: rgb(0,80,160);
}

