body { background-color: #B8292B; }
#content { 
  width: 100%; 
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #B8292B;
  border-top-left-radius: 3em;
  border-top-right-radius: 3em;
}