html, body {
  background-color: #f5f5f5;
}

#ie {
  /* Vertically align the div */
  position: relative;
  top: 50%;

  transform: translateY(50%);
  text-align: center;

  /* Horizontally align the div */
  margin: 0 auto;

  /* Hide it as a default */
  display: none;

  /* Set the width and its contraints */
  width: 60%;
  max-width: 920px;
  min-width: 320px;

  /* Set the height to fit the content */
  height: auto;

  /* Style it */
  border-radius: 6px;
  padding-bottom: 24px;
  background-color: white;
}

.ie__header {
  padding-bottom: 24px;
}

.ie__title {
  padding-bottom: 12px;
}

.ie__header, .ie__title, .ie__subtitle {
  margin: 0 auto;
  text-align: center;
}

.ie__subtitle a, .ie__subtitle a:visited {
  color: black;
  text-decoration: underline;
}
