body {
  background-color: #91b4ba;
}

a {
  text-decoration: none;
  color: turquoise;
}
.container1000px {
width: 1000px;
}

.container50 {
  width: 490px;
}

.scroll {
  height: 100px;
  overflow: scroll;
  width: 99%;
  }

.scrollprivacy {
    height: 150px;
    overflow: scroll;
    width: 99%;
    }