*{
  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: cover;
  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;
}
td {
  min-width: 48vw;
}
table .bro {
  width: 48vw;
}
table {
  border: 1px dotted black;
  background: white;
  margin: 1vw;
}
.msg {
  background: white;
  text-align: center;
}

main {
  width: 100%;
  font-family: 'Dancing Script', cursive;
  font-size: 48px;
}
p {
  padding: 1em;
}
h1 {
  font-size: 48px;
  margin: 1em;
  text-align: center;
}
.big-bro {
  display: block;
  width: 8em;
  margin: 0 auto;
}
