.cooked {
       margin-right: 300px;
       margin-bottom: 35px;
       margin-top: 0px;
       margin-left: 0px;
       width: 650px;
       height: 85px;
       border-radius: inherit;
       overflow: hidden;
       float: right;
       padding: 10px;
       background-color: #e773ee;
       border-top-left-radius: 30px;
       border-bottom-left-radius: 30px;
       border-top-right-radius: 30px;
       border-bottom-right-radius: 30px;
       box-shadow: 5px 5px 5px #32285e;
	}
body {
	background-color: #8783fc;
	font: 1.2rem "Impact", sans-serif;
	}
nav {
        float: left;
	list-style-type: square;
        width: 380px;
	background-image: linear-gradient(to bottom, #e773ee, yellow);
	overflow: hidden;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        border-top-right-radius: 60px;
        border-bottom-right-radius: 60px;
}
#restructure { background-color: #75b7b5;
       background-image: url("images/diver.png");
       background-position: top;
       background-size: 625px 595px;
       background-repeat: no-repeat;
       overflow: hidden;
       width: 1000px;
       height: auto;
       margin: auto;
       color: #d9d7fb;
       text-align: center;
       text-indent: 35px;
       border-top-left-radius: 50px;
       border-bottom-left-radius: 50px;
       border-top-right-radius: 50px;
       border-bottom-right-radius: 50px;
       box-shadow: 5px 5px 5px #32285e;
	}
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
}
.down { 
width: 225px;
height: 150px;
display: inline-block;
border: 3px solid;
background-color: #8783fc;
}
#diver { 
width: 225px;
height: 150px;
margin-left: 700px;
border: 5px ridge #b2a8e7
display: inline-block;
background: #8783fc
padding: 30px 10px;
}
h2 { text-align: left;
}
footer { float: left;
}
nav {order: 1;}
main {order: 2;}
aside {order: 3;}

