#ie {
  position: absolute;
  background: #333333
    url(https://watch.showandtell.film/static/media/projector.1e10d16a.jpg)
    center / cover no-repeat;
  color: #333333;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: Tahoma, Helvetica, Arial;
}

#ie a {
  text-decoration: underline;
  color: #d44b19;
}

#ie-message {
  text-align: center;
  background: white;
  border-radius: 5px;
  padding: 48px;
  padding-top: 32px;
}
