html, body {
  height: 95%;
  margin: 0;
}

/* div {
  border: solid white 5px;
} */
body {
  background-color: black;
  color: white;
  font-size: 4vw;
  /* border: solid red 5px; */
}
p {
  font-size: 3vw;
}

/* .content {
  min-height: calc(100vh - 70px);
}
.footer {
  height: 50px;
} */

.footer{     
  position: sticky; 
  bottom: 0;
  padding-right: 15px;
}

.w3-sidebar {
  color: black;
}

ul {
  list-style-type: none;
  text-align: right;
}

li {
  display: inline;
}

.padding{
  padding: 0 15px;
}

#button-right{
  position:absolute; 
  top:0; 
  right:0;
  margin-bottom: 15px;
  /* text-align: right !important; */
}

.help-menu {
  margin: 25px 0;
  font-size: 5vw;
}