* { font-family: sans-serif; }

body {
  background-color: black;
}

#page {
  position: relative;
  margin-top: 5em;
  margin-left: auto; margin-right: auto;
  width: 70%;
}

#page img {
  position: relative;
  margin-left: auto; margin-right: auto;
  width: 100%;
}

#title {
  position: absolute;
  top: 3em; left: 5%;
  width: 11em; height: 11em;
  padding: 0.5em;
  background-color: #aaaaaa;
  text-align: center;
  line-height: 4em; 
}

#notice {
  position: absolute;
  top: 17em; right: 10%;
  width: 20em; height: 15em;
  padding: 0.5em;
  background-color: #bbbbbb;
  text-align: center;
}

#notice p {
  line-height: 13em;
}
