.container{
    align-content: center;
}


ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #f1bdd6;
   position: fixed;
  top: 0;
  width: 100%;
  max-height: 300px;
  z-index: 1000;
  align-items: baseline;

}

ul li {
  float: left;
  size: 50px;
  justify-items: center;
  padding-top: 1rem;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  justify-content: center;
  padding: 20px 20px 0 20px;
  text-decoration: none;
  height: 50px;
  font-size: 25px;
}

ul li a:hover {
  background-color: #78d6cd;
}

div.gallery {
    margin: 30px;
    float: left;
    width: 200px;

}
 div.gallery img{
    width: 100%;
    height: auto;
    border-radius: 10px;
 }

 div.dec {
    padding: 15px;
    text-align: center;
    justify-self: center;
 }

 .rotate{
    transform: rotate(90deg);
    z-index: 0;
 }

.flex-container{
    display: flex;
     padding-top: 120px;
     margin: 30px;
     /* flex-direction: column; */
}
.flex-text{
    display: inline-block;
    font-size: 25px;


}
.flex-heading{
    font-size: 50px;
    padding: 30px;
    padding-bottom: 50px;


}

.flex-image{
    align-items: flex-start;
    justify-items: flex-start;
}