body {
	Background-color: #7a709e;
}

h1 {
	Text-align: center;
   Font-weight: bold;
}

p {
	Text-align: center;
}

nav {
	background-color: #b4b8f0;
    width: 300px;
    height: 400px;
    border-width: 1px;
    border-style: solid;
    border-color: black;
    float: right;
}