body{
  background-color:white;
  background:#222 url("greenstripebg.png");
  background-repeat:repeat;
  display:flex;
  justify-content:center;
  font-family: "Sour Gummy", sans-serif;
}

.container{
  display:flex;
  flex-direction:row;
  width:900px;
  height:745px;
  box-shadow:10px 10px #45702e;
}

.entry{
  width:750px;
  height:725px;
  background: #222 url("notebookpattern.gif");
  background-repeat:repeat-y;
  padding:10px;
  padding-left:75px;
  overflow-y:scroll;
  overflow-x:hidden;
}

.sidebar{
  width:150px;
  background:white;
  padding:20px;
  margin:0 auto;
}

.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;
}
.sour-gummy-font {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.button{
  background-color:white;
  border:none;
  margin:5px;
  width:100px;
  text-align:left;
  font-family:"Sour Gummy", sans-serif;
}

.button:hover{
  background-color:#95e89b;
  text-align:right;
  color:white;
}

h3{
  font-family: "Meie Script", cursive;
}
h2{
    font-family: "Meie Script", cursive;
}
.meie-script-regular {
  font-family: "Meie Script", cursive;
  font-weight: 400;
  font-style: normal;
}

.entry img{
  width:100%;
  height:40%;
}