h4, p, h3 {
  color: #03631e;
}

.container {
    display: flex;
  justify-content: center;
  align-items: stretch;
  gap: 20px;
  min-height: 100vh;
}



.phoebe-cam {
  width: 200px;
  height: 500px;
  background-color: #edda9a;
  border-style: dotted;
  border-color: #03631e;
  }

.welcome {
  width: 500px;
  height: 500px;
  background-color: #edda9a;
  border-style: dotted;
  border-color: #03631e;
  }

.link-me {
  width: 200px;
  height: 500px;
  background-color: #edda9a;
  border-style: dotted;
  border-color: #03631e;
}