@font-face {
  font-family: "tickit";
  src: url("./icon-font/tickit_icon_font.ttf") format("truetype");
}

body {
  height: 100%;
  display: block;
  box-sizing: border-box;
}

#unsupported-browser {
  width: 100%;
  height: 100%;
  background: #e5e5e5;
  color: #7348cf;
  font-family: "Roboto";
}

.unsupported-browser-center {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 400px;
  margin: auto;
  text-align: center;
}

#unsupported-browser img.hero {
  width: 250px;
  height: auto;
  margin-bottom: 24px;
}

#unsupported-browser h2 {
  font-size: 26px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 14px;
}

#unsupported-browser p {
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 14px;
}

#unsupported-browser ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 4px;
}

#unsupported-browser li {
  display: inline-block;
}

#unsupported-browser a {
  display: block;
  color: #000;
  padding: 0 8px;
  margin: 0 4px;
  text-decoration: none;
}

#unsupported-browser img {
  width: 40px;
  height: 40px;
  display: block;
  margin: auto;
}
