body {
  background-color: black;
  font-family: Arial, sans-serif;
}

footer {
    color: grey;
    align-content: end;
    position: absolute;
    bottom: 0;
    display: flex;
    align-items: center;
    width: 95%;
    justify-content: space-between;
}

.logo {
  object-fit: contain;
  image-rendering: pixelated;
}

#downloadborderimg {
  border: 10px solid transparent; /* Required for border-image */
  padding: 15px;
  border-image: url(images/menubg.png) 8 round;
  color: white;
  width: fit-content;
  height: 10%
}

#dlzone {
  display: flex;
  justify-content: center;
  align-items: center;
}

.right {
  float: right;
}

:link { color: #777777; }
:visited { color: #777777; }
:link:active, :visited:active { color: #777777; }