#unsupported-browser {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #cce6f8;
  display: none;
}

#unsupported-browser.show {
  display: block;
}

#unsupported-browser-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 80%;
  margin: auto;
  text-align: center;
}

#unsupported-browser-title {
  font-size: 36px;
  margin-bottom: 80px;
}

#unsupported-browser-content {
  font-size: 18px;
  margin-bottom: 80px;
}

#unsupported-browser-icons {
  display: flex;
  justify-content: space-between;
}

#unsupported-browser-icons > img {
  width: 72px;
  height: 72px;
}
