* {
    color: #7a0000;
    font-family: "Intel One Mono";
    padding: 0;
    margin: 0;
}

nav {
    top: 0;
    position: fixed;
    height: 80px;
    width: 100%;
    font-size: 40px;
    background-color: white;
    border-bottom: 1px #7a0000;
}

nav * {
    display: inline;
    vertical-align: middle;
    text-decoration: none;
}

nav img {
    height: 60px;
}

body {
    margin-top: 80px;
    background-image: url("https://content.codecademy.com/courses/learn-css-selectors-visual-rules/hypnotize_bg.png");
}

#INTRO {
    text-align: center;
    margin: auto 0;
}

table {
    margin: 5px auto;
    border: 1px #7a0000 inset;
}

td + td,
th + th {
    border-left: 1px #7a0000 solid;
    padding-left: 10px;
}

nav aside * {
    font-size: 30px;
    margin: 0 5px;
}

nav aside {
    float: right;
}