@import "reset.css";

#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
}

nav {
    background-color: skyblue;
}

#menu {
    text-align: right;
    display: none;
}

#menuIcon a,
#menuIcon a:hover,
#menuIcon a:visited,
#menuIcon a:active {
    text-decoration: none;
    color: inherit;
}

.menuItem {
    font-size: 16px;
}