*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: 'Aleo', serif;
  font-size: 24px;
  background: linear-gradient(90deg,rgba(255,255,255,0.7),rgba(255,255,255,0.7)), url(/img/mumsie-bg.svg);
  background-size: contain;
  background-position: top;
  background-repeat: repeat-y;
}
#nextpage {
  width: 80%;
  margin: 3em auto;
  font-size: 2em;
  text-align: center;
}
#nextpage a {
  text-decoration: none;
  color: #673ab7;
}
#nextpage a:hover {
  text-decoration: underline;
}
main {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
}
p {
  margin: 1em;
}
.pic,
.msg {
  border: 1px dotted black;
  width: 50%;
  height: 24em;
  background: white;
}
.pic img {
  width: 100%;
}
.pic {
  margin-left: 1em;
}
.msg {
  margin-right: 1em;
  overflow: scroll;
}
h1 {
  font-size: 48px;
  margin: 1em;
  text-align: center;
}
