body {
  align-items:center;
  justify-content:center;
}
#outside {
  background-color:#e45bfc;
  color:#0e0e0e;
  margin-top:195px;
  height:300px;
}
nav {
  max-width:600px;
}
#content {
  background-color:#dedede;
  margin:10px;
  height:220px;
  overflow-y:auto;
}
p .yah{
  text-decoration:underline;
}
#rat1, #rat2 {
  background-image:url('Ratholder.png');
}