.top-navigation-bar {
  display: grid;
  grid-template-columns: 200px 80px 80px 80px;
  place-items: center;
  background-color: rgb(102, 0, 255);
  /*background-color: rgba(72, 0, 255, 0.35);*/
  border-bottom: 2px solid black;
  
  /* border-radius: 0px 0px 15px 15px; */
  font-family: Raleway;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.page-title {
  text-align: center;
  color: white;
}
.top-buttons {
  border: none;
  padding: 10px 10px;
  border-radius: 15px;
  transition: background-color 0.15s;
  background-color: white;
  color: rgb(102, 0, 255);
  font-size: 15px;
  font-weight: bold;
}
.top-buttons:hover {
  background-color: rgb(232, 220, 255);
}
.two-sections {
  display: block;
  width: 75%;
  place-self: center;
  margin-top: 10px;
  background-color: rgb(214, 192, 255, 0.75);
  /*color: white;
  background-color: rgba(0, 0, 0, 0.50);*/
  border: solid;
  border-radius: 20px;
  border-color: rgb(102, 0, 255);
  border-width: 2px;
}
.app-title {
  text-align: center;
  font-family: Raleway;
  font-size: 30px;
  margin: 30px 30px;
}
.app-description {
  font-family: Arial;
  margin: 20px 100px;
  text-align: center;
}
.image {
  display: block;
  width: 75%;
  /*height: 300px;*/
  margin-left:auto;
  margin-right:auto;
  margin-bottom: 50px;
}