.title {
    text-align-last:center;
    height:250px;
    width:100%;
}
container {
    text-align-last:center;
    max-width:1080px;
}
.header {
    float:left;
    padding:5px;
    width:1000px;
    height:200px;
}
body {
    background-color:darkslategrey;
}
navbar li a:hover {
    color:#40d7dc;
    text-decoration:underline;
}
main {
    float:right;
    order:1;
    padding:10px;
    width:1180px;
    height:800px;
    background-color:black;
}
main2 {
  float:none;
  order:1;
  padding:10px;
  width:1180px;
  height:1180px;
  background-color:black;
}
aside {
    float:left;
    background-color:black;
    height:800px;
    width:300px;
    padding:10px;
}
.leftsidebar {
    float:none;
}
.box1 {
    padding:10px;
    background-color:black;
}
.box2 {
    text-align-last:center;
    background-color:#00ff18;
}
.box3 {
    padding:5px;
    text-align-last:center;
    background-color:darkslategrey;
}
.box4 {
    padding:10px;
    height:55%;
    width:23.3%;
    text-align-last:center;
    float:left;
}
.box5 {
    padding:10.63px;
    width:18.6%;
    text-align-last:center;
    float:left;
    background-color:black;
}
.box6 {
    width:70%;
    text-align-last:left;
    float:right;
    background-color:black;
}
.box7 {
    width:100%;
    text-align-last:center;
    float:right;
    background-color:black;
}
footer {
    width:100%;
    height:150px;
    padding:30px;
    background-color:black;
}
h2,
h3,
h4,
h5
{
    color:#00ff18;
    font-family: Franklin Gothic Medium, Arial Narrow Bold, sans-serif;
}
h1
{
    color:black;
    font-family: Franklin Gothic Medium, Arial Narrow Bold, sans-serif;
}
.center {
    display:block;
    margin-left:auto;
    margin-right:auto;
    width:50%;
}
.image1 {
    float:none;
}
.image2 {
    float:left;
}
.image3 {
    float:right;
}