body {
	background: #ffffff;
}

.logo {
	text-align: center;
}

.navbar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 16px;
    text-decoration: none;
    font-size: 15px;
}

.navbar a:hover {
    color: darkgrey;
    text-decoration: underline;
    text-decoration-color: black;
}

.navbar a.active {
    color: grey;
}

.navbar .icon {
  display: none;
}
