.body-section{
  display: flex;
  flex-direction: row;
}
.body-section-s1{
  
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  
}
.about-me-text{
  padding: 10px 10px 10px 10px;
  margin-top: 20px;
  margin-left: 20px;
}

.body-section-s2{
  
  flex-grow: 1;
  display: flex;
  justify-content: center;
  justify-items: center; 
}
.photography-cover{
  width: 500px;
  object-fit: cover;
  height: 600px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top:20px ;
  margin-bottom: 20px;
  transition: opacity 0.5s;
  cursor: pointer;
  box-shadow: 2px 2px 10px;
}

.photography-cover-modeling{
  width: 500px;
  object-fit: cover;
  height: 600px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top:20px ;
  margin-bottom: 20px;
  transition: opacity 0.5s;
  cursor: pointer;
  box-shadow: 2px 2px 10px;
}


.photography-cover-div:hover .photography-cover{
  opacity: 0.1;
}

.photography-cover-div:hover .photography-cover-modeling {
  opacity: 0.1;
}

.photography-cover-div:hover .cover-description{
  opacity: 1;
}
.body-section-2{
  display: flex;
  flex-direction: row;}
  .body-section-3{
  display: flex;
  flex-direction: row;}

.cover-description{
  position:absolute;
  font-size: 25px;
  font-weight: 700px;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 10;
  cursor: pointer;
 
}
.cover-description:hover .photography-cover{
  opacity: 0.1;
}


.photography-cover-div{
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
  
}
.sidebar-photo{
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 30px;
  box-shadow: 2px 2px 10px;
}
.bottom-div{
display: flex;
align-items: center;
justify-content: center;
height: 150px;
}

.no-decoration{
  text-decoration: none;
  outline: none;
  border: none;
  color: inherit;

}