body{
  background-image:url("pinkbg.GIF");
  background-repeat:repeat;
  display:flex;
  justify-content:center;
  align-content:center;
  font-family: "Poor Story", system-ui;
  text-align:center;
  font-size:20px;
}

.poor-story-regular {
  font-family: "Poor Story", system-ui;
  font-weight: 400;
  font-style: normal;
}

.container{
  display:flex;
  width:950px;
  height:700px;
  margin:0 auto;
}

.entry{
  width:750px;
  background-color:white;
  background-repeat:repeat-y;
  padding:20px;
  overflow-y:scroll;
  overflow-x:hidden;
}

h2{
   font-family: "Princess Sofia", cursive;

}

h3{
   font-family: "Princess Sofia", cursive;

}

.princess-sofia-regular {
  font-family: "Princess Sofia", cursive;
  font-weight: 400;
  font-style: normal;
}


.sidebar{
  width:200px;
  background:white;
  padding:20px;
  margin:0 auto;
  border-right:thick dotted #c708a1;
}

.home{
  width:150px;
  height:15px;
  font-size:13px;
  border:solid thick white;
  color:white;
  margin:0 auto;
}

.home a{
  color:#95e89b;
}

.home a:hover{
  color:white;
  background:#95e89b;
}

.button{
  background-color:white;
  border:none;
  width:200px;
  text-align:left;
  font-family: "Poor Story", system-ui;
  font-size:16px;
}

.button:hover{
  background-color:#c708a1;
  text-align:right;
  color:white;
}

.sidebar a{
  text-align:left;
  color:#c708a1;
}

.sidebar a:hover{
  color:white;
  background:#c708a1;
}