

.portfolio {
  height: 60vw;
  background-color: rgb(255, 255, 255);
}

.portfolio h1 {
  font-size: 75px;
  margin-left: 75px;
  color: rgb(0, 0, 0);
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
  margin-top: 150px;
  margin-bottom: 30px;
}

.portfolio h2 {
  margin-left: 100px;
}

.design-ideas-ctner {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.design-ideas-ctner div img {
  width: 20vw;
  margin-right: 2vw;
  margin-left: 2vw;
  border-radius: 3px;
}


.idea1-ctner {
  position: relative;
}

.idea2-ctner {
  position: relative;
}


.idea3-ctner {
  position: relative;
}


.seperator-template-vertical {
  height: 12vw;
  width: 1px;
  background-color: black;
  position: absolute;
  right: 1vw;
  top: 12vw;
}

.seperator-template-horizontal {
  height: 1px;
  width: 10vw;
  background-color: black;
  position: absolute;
  right: 2vw;
  bottom: -0.35vw;
}

.portfolio p {
  margin-left: 30vw;
  margin-right: 15vw;;
  text-align: justify;
  margin-top: 5vw;
  font-weight: 550;
  font-size: 1.5vw;
  box-shadow: 1vw 1vw 0px rgb(151, 178, 189);
}