#isInternetExplorer {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: white;
  background: linear-gradient(90deg, #009EE2 0%, rgb(6, 79, 123) 100%);
}

#isInternetExplorer a {
  color: yellow;
  text-decoration: none;
  display: inline-block;
}

#isInternetExplorer span {
  width: 100%;
}

#isInternetExplorer img {
  width: 200px;
  height: auto;
  margin-bottom: 30px;
}
