.bottombar {
    position: absolute;
    color: aqua;
    left: 72px;
    right: 0;
    bottom: 0;
    background-color: rgb(152, 152, 255);
    height: 150px;
    z-index: 200;
    padding-top: 5px;
}

.links-container {
  display: flex;
  flex-direction: row;
  margin: 10px 30px 30px 10px;
}

.bottom-links {
  width: 40%;
  color: whitesmoke;
  margin-left: 10%;
  font-family: inherit;
}

.links {
  margin-top: 15px;
  font-size: 12px;
}