h1 {
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h2{
  color: #000;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 200;
  margin: 0 0 20px 0;
}

p {
  margin-bottom: 1.5em;
  color: black;
  font-family: 'Montserrat', sans-serif;
}


#colorlib-main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#aside {
  display: flex;
  padding-top: 3em;
  padding-bottom: 1px;
  float:left;
  width: 300px;
  position: fixed;
  z-index: 1001;
  background-color: #f2f3f7;

}