.painting {
  background-image: url("https://i.postimg.cc/bNG37JVx/Blog-bg.jpg");
  background-size: 100% 100%;
  width: 100%;
  height: 700px;
  position: relative;
}

.entryOuter {
  background-color: antiqueWhite;
  color: teal;
  border: 4px solid darkGreen;
  border-radius: 4px;
  margin: 50px;
  width: 500px;
  height: 500px;
  overflow-y: scroll;
}

.entryOuterP {
  margin: 10px;
}

.entryTitleP {
  margin: 10px;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 4px dashed darkGreen;
}

.scrolly {
  height: 550px;
  width: 600px;
  padding: 50px;
  margin-left: 225px;
  overflow-y: scroll;
  border: 2px solid white;
  background-color: teal;
}









