#menu {
  display: flex;
  justify-content: center;
  background-color: black;
  color:white;
  font-family: Helvetica, sans-serif;
  padding: 25px;
}

#description {
  display: flex;
  justify-content: center;
  font-family: Helvetica, sans-serif;
  padding-bottom: 25px;
}

#blog {
  display: flex;
  justify-content: flex-start;
  font-family: Helvetica, sans-serif;
}

#bottom {
  height: 1000px;
  background-color: black;
}
