@charset "UTF_8";

body {
	text-align: center;
	background-color: white;
  background-attachment: fixed;
}

nav {
  float: left;
  width: 30%;
  padding-left: 11%;
}

header {
	margin-top: 5%;
	margin-bottom: 5%;
	margin-inline: 11%;
	padding-bottom: 1%;
	font-family: Consolas;
	background-color: #ee89a3;
	display: flex;
  justify-content: center;
}

h1 {
	font-size: 5em;
	color: white;
}

h2 {
	color: #fffffe;
	-webkit-text-stroke: 2px #272343;
	font-size: 25pt;
}

a {
	font-family: Consolas;
}

a:visited {

}

a:hover {
  	color: #ffd803;
  	background-color: transparent;
  	text-decoration: underline;
}

ul{
	list-style-type: none;
}

img {
  	padding-top: 40px;
  	padding-bottom: 40px;
}