*{
    padding: 0px;
    margin: 0;
    box-sizing: border-box;
}

body{
    background-color: dimgrey;
    text-decoration: none;
}

h1{
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: aliceblue;
    font-size: 50px;
}

h2{
    color: antiquewhite;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 35px;
}

h3{
    color: azure;
}

nav{
    padding: 10px 5px;
    word-spacing: 30px;
    box-sizing: border-box;
    width: 100vw;
    font-size: 30px;
}

nav ul li{
    display: inline-block;
}

nav ul li a{
    color: antiquewhite;
    text-decoration: none;
    word-spacing: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
  }

#wireframe img{
    width: 20%;
}

aside {
    width: 70%;
    border-width: 30%;
}

p{
    font-size: 25px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: aliceblue;
}
