@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: "Roboto", sans-serif;
  background-color: #464646;
  color: white;
}
.menubar {
  display: flex;
  align-items: center;
  max-width: 100%;
  max-height: 40px;
  margin: 0px;
  padding: 0px;
  height: auto;
  overflow: hidden;
  background-color: #545b73;
  border-radius: 10px;
}

ul {
  list-style-type: none;
}

ul li {
  float: left;
}

ul li a {
  font-family: Arial;
  font-weight: bold;
  display: block;
  text-align: center;
  text-decoration: none;
  color: white;
  padding: 14px 16px;
}

ul li a:hover {
  background-color: #1111;
}

#linktogithub {
  color: orange;
}

#logo {
  max-width: 40px;
  max-height: 40px;
  object-fit: contain;
}

#menubuttons-right {
  margin-left: auto;
}

.headings {
  margin-top: 50px;
  background: rgba(255, 255, 255, 0.1);
  font-size: 25px;
  text-align: center;
}

.heading-description {
  color: #a5acb1;
}

footer {
  font-size: 14px;
}
