.portfolio{
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 400px;
}

.spacer{
  aspect-ratio: 960/300;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.wave1{ 
  background-image: url('layered-waves-haikei.svg');
}

.wave2{ 
  background-image: url('layered-waves-haikei2.svg');
}

.portfolio-discription{
  background-color: #FF7F27;

  text-align: center;

  height: 35rem;
}

.portfolio-sign{
  text-align: center;
  font-size: 42px;

  font-family: 'Cinzel', serif;

  text-decoration: underline;

  color: #821200;
}

.portfolio-options{
  display: flex;
  flex: 1;
  text-align: center;
  
  /* margin-right: 2rem; */
}

.option1{
  width: 100%;

  align-content: center;
}




.option1,
.option2,
.option3{
  font-family: 'Vollkorn SC', serif;
  color: #821200;
  font-size: 1.5rem;
}

.portfolio-discription{
  text-align: center;
}

.portfolio-options{
  display: flex;
  justify-content: space-evenly;

  text-align: center;
}

.example1,
.example2,
.example3{
  display: block;
}