body {
  margin: 20;
  background: lightgray;
  text-align: justify;
}
h1 {
  text-align: center;
}
.top-nav {
  display: flex;
  flex-direction: row;
  text-align: center;
  justify-content: center;
  margin-top:20px; 
  margin-bottom:50px;
}
.rowcontainer {
  display: flex;
  flex-direction: column;
  text-align: justify;
  justify-content: flex-start;
  margin-top:20px; 
  margin-bottom:20px;
}
#bottomlinkscontainer {
  height: 20%; 
  width:100%; 
  font-size:medium;
  background: black; 
  color: white; 
  border: 2px solid black; 
  border-radius: 15px;
}
.bottom-nav {
  display: flex;
  flex-direction: row;
  text-align: start;
  justify-content: start;
  margin-left: 10;
  margin-top:20px; 
  margin-bottom:20px;
}
