.bg {
    background-position: center;
    background-size: cover;
    position: relative;
    background-color:rgb(210, 243, 215);
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding:1em;
    color: rgb(11, 112, 88);
  }

.pp {
  position: absolute;
  justify-content: right;
  align-items: center;
  display: flex;
  width: 100%;
  top: 1em;
  right: 2em;
}

.title {
  color: rgb(11, 112, 88);
}