#menuLateral {
  position: fixed;
  top: 50px;
  height: 100%;
  width: 16.6667%;
  background-color: #f5f5f5bb;
  box-shadow: 4px 4px 4px rgba(104, 104, 104, 0.25);
}

#conteudo {
  margin-top: 80px;
  margin-left: 17.6667%;
  margin-bottom: 10px;
  margin-right: 10px;
}

#help {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 10;
}

.button {
  background-color: #1d006e;
  border: none;
  color: white;
  padding: 20px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50px;
  transition: transform 0.2s;

  -webkit-box-shadow: 6px 6px 43px -13px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 6px 6px 43px -13px rgba(0, 0, 0, 0.38);
  box-shadow: 6px 6px 43px -13px rgba(0, 0, 0, 0.38);
}

.button:hover {
  color: white;
  text-decoration: none;
  transform: scale(1.05);
  /* font-weight: bold; */
}

@media screen and (max-width: 800px) {
  #menuLateral {
    width: 57px;
    justify-content: center;
  }
}
