

body {
  background-image: url(wallpaper.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  font-family: Ariel, Helvetica, sans-serif;
  font-style: bold;
}

header a:visited {color: #CC6600;}
header a:link {color: #FFFFFF;}
header a:hover {color: #ffffff;}
header a {text-decoration: none;}

nav a:link {color: #FFFFFF;}
nav a:visited {color: #CC6600;}
nav a:hover {font-size: 150%;}

p a:visited {color: #CC6600;}
p a:hover {font-size: 150%;}
p a:link {color: #000000:}

header {
color: white;
text-align: center;
}

h2 {
color: white;
text-align: center;
}

p {font-weight: bold;
	padding: 0;
	font-size: 120%;
	text-align: center;
	color: #FFFFFF;
	}

iframe {float: right;
		padding-left: 20px;
		padding-top: 400px;
		padding-right: 30px;}

nav li {border-bottom: 1px solid #000033;}
nav ul {list-style-type: none;
margin: 0;
padding-left: 0;
}
nav a {text-decoration: none;
transition: color 1s ease-out;}
nav {font-weight: bold;
padding: 0;
font-size: 100%;
text-align: center;
font-style: Ariel, Helvetica, sans-serif;}
nav ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
}