body {
    background-color: #4FCBAB;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}

h1 {
  text-align: center;
}

p {
  text-align: center;
}

.parent-container {
  display: flex;
  flex-direction: row;
  height: 100%;
}

.header-img {
  object-fit: cover;
}

.child-container-small {
  align-self: auto;
  width: 30%;
}
.child-container-large {
  align-self: auto;
  width: 70%;
}

.parent-container div {
  background-color:aquamarine;
  margin: 10px;

}
