html {
  margin:0;
  padding:0;
}

body {
  background-image:url("https://larvapuppy.neocities.org/miscpics/duvet_gingham.png"), url("https://larvapuppy.neocities.org/miscpics/leaves.png");
  background-color:white;
  margin:0;
  padding:0;
  font-family: georgia;
  font-size:14px;
  color: #486637;
  position: relative;
}

h2 {
  margin:0;
  padding:0;
}

a {
  color: teal !important;
}

#paper {
  margin:15px auto 0 auto;
  width: 50%;
  padding:15px;
  background-color:white;
  border: 1px dashed #486637;
}

#footer {
  display:flex;
  justify-content:space-between;
  padding:15px;
  background-color:white;
  margin:15px 0 0 0;
  border-width: 1px 0 0 0;
  border-style: dashed;
  border-color:#486637;
}

.inentryimage {
  max-width:500px;
}