ul#nav-bar { list-style-type: none; text-align: center }

ul#nav-bar li {
	display: inline-block;
}

body { 
	font-family: arial;
	
	background-size: 12.5vw 17.5vh;
	background-repeat: no-repeat;
	background-position: right top;
}

.no-underline { text-decoration: none; }

h1 { font-family: arial; font-weight: bold; font-size: 30px }

h2 { font-family: arial; font-weight: bold; font-size: 24px }

.raised { box-shadow: 5px 10px 10px #b8b7b6; }

.rounded { border-radius: 5% }