body {
	background-color: white;
	background-image: url('https://textures.neocities.org/textures/paper-and-sponge/SB053.JPG');
   text-shadow: 2px 2px #ff30ae;
	font-family: 'pixel basiic';
}

nav {
  margin-right: 10px;
}

a, a:visited {
	color: hotpink;
}

ul {
  background-color: white;
  padding: 2px 5px;
  text-shadow: none;
  border-radius: 5px;
  outline: 3px double;
  margin-left: 5px;
}

iframe {
  background-color: lightgray;
  border-radius: 8px;
  outline: 3px dotted;
  border: none;
}
