html {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Roboto', 'Noto', sans-serif;
  height: 100%;
  min-height: 100%;
  background: #ececec;
  text-align: center;
}

.browser-upgrade-app > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

img {
  margin: auto;
  margin-bottom: 60px;
  display: block;
}

.error {
  color: white;
  width: 400px;
}

i {
  margin-bottom: 60px;
}

p {
  margin: 0;
}