.row-height {
    display: flex;
    flex-wrap: wrap;
}
.jumbotron {
    background-color: rgb(104, 160, 212); 
    background-size: cover;
}


body,
header {
  background-color: #61ca99;
}
.inner {
  align-items: center;
  justify-content: space-between;
  display: flex;
  margin-inline: auto;
  padding: 10px 0;
}

