html {
  height: 100%;
  display: flex;
  justify-content: center;
}

.ie11__body {
  background-color: #4a505c;
  background-image: url('../images/elements/background-gradient.jpg');
  background-repeat: no-repeat;
  background-size: 125% 100vh;
  min-height: calc(100% - 50px);
  display: flex;
  align-items: center;
  font-family: 'proximasoft', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.ie11__container {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
  justify-content: flex-start;
  padding: 1.5rem 1rem 1.5rem 1rem;
}

@media screen and (min-width: 480px) {
  .ie11__container {
    justify-content: center;
  }
}

@media screen and (min-width: 600px) {
  .ie11__container {
    padding: 0;
    width: 600px;
  }
}

.ie11__link {
  color: #73d6c8;
}

.ie11__link:visited {
  color: #a8ece3;
}

.ie11__text {
  font-family: 'proximasoft';
  color: #fff;
}

.ie11__main-header {
  font-size: 2rem;
  line-height: 3rem;
  text-transform: uppercase;
}

.ie11__text-body {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.ie11__text-team {
  font-size: 1.5rem;
  align-self: flex-end;
}

.ie11__text--bold {
  font-weight: 700;
}

.ie11__text--brand-color {
  color: #f97031;
}
