div.wrapper {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
}

main {
    width: 70%;
    padding: 2%;
    float: left;
}

    body {
      background: url("Edison Bulbs.jpg");
      background-size: 100%;
      background-repeat: no-repeat; 
    }

h1, h2, h3, h4, h5, h6 {
    color: antiquewhite;
    font-family: serif;
}

a {
    color: white;
    font-size: 20px;
}

a:visited {
    color: black;
}

a:hover {
    color: grey;
}

/*Table Styles */


p a {
    color:antiquewhite;
}


aside {
    color: antiquewhite;
    width: 10%;
}



span {
    color: antiquewhite;
}



