@import url(reset.css);

#menuIcon {
    position: absolute;
    top: 0;
    right: 0;
}

nav {
    background-color: #201c1c;
}

#menu {
    text-align: right;
    display: none;
}

#menuIcon a,
#menuIcon a:hover,
#menuIcon a:visited,
#menuIcon a:active {
    text-decoration: none;
    color: white;
}

.menuItem {
    font-size: 16px;
    color: white;
}
a {
	text-decoration: none;
    color: white;
}
body {
	background-color: #734332;
}
footer {
	text-align: center;
	-webkit-text-fill-color: white;
}
.center {
	text-align: center;
}
h6 {
    color: white;
    text-align: center;
    font-size: 20px;
}
footer {
    text-align: center;
    position: fixed;
    bottom: 0;
    font-size: 15px;
    background-color: #734332
}
section {
    color: white;
    font-size: 18px;
    text-align: center;
    padding: 5px;
}