html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #2f488e;
  color: #f4f4e9;
  font-family: "proxima-nova", sans-serif;
  height: 100vh;
  margin: 0;
}

main {
  padding: 40px 35px 31px 40px;
  background-image: url('bg-mobile.svg');
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: center;
  background-size: contain;
  height: 100%;
  min-height: 550px;
}

header {
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  align-items: flex-start;
}

header .audiense-logo {
  height: 25px;
  padding-bottom: 20px;
  width: auto;
}

.header-title {
  width: 90%;
}

.header-title h1 {
  font-size: 36px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.header-title .header-title-underline {
  width: 100%;
}

.maintenance-word {
  background-image: url("underline.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position-y: 100%;
  padding-bottom: 10px;
}

section article {
  font-size: 14px;
  margin-top: 12px;
}

section article h2 {
  font-size: 18px;
}

section article a {
  color: #e8d28c;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.container > footer {
  display: flex;
  max-height: 100px;
  justify-content: space-between;
  background-color: #23366b;
  padding: 24px 35px;
  align-items: center;
}

.check-status-link,
.contact-us-link {
  border-radius: 5px;
  color: #f4f4e9;
  display: inline-block;
  font-size: 18px;
  max-width: 49%;
  width: 140px;
  text-align: center;
  text-decoration: none;
  max-height: 23px;
  padding: 10px 0;
}

.link-buttons-container {
  display: flex;
  max-width: 100%;
  width: 322px;
  justify-content: space-between;
  padding-top: 44px;
}

.link-buttons-container .check-status-link {
  background-color: #0c8dff;
}

.link-buttons-container .contact-us-link {
  background-color: #2f488e;
  border: solid 1px #f4f4e9;
}

@media only screen and (min-width: 600px) {
  header {
    flex-direction: row;
  }

  .header-title .header-title-underline {
    float: right;
    width: auto;
  }

  header .audiense-logo {
    height: 40px;
  }

  .header-title h1 {
    font-size: 44px;
  }

  section article {
    font-size: 18px;
    line-height: 24px;
    margin-top: 50px;
    width: 515px;
  }

  section article h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 990px) {
  main {
    padding: 85px 115px;
    background-image: url('bg-desktop.svg');
  }

  .header-title {
    width: auto;
  }

  .header-title h1 {
    font-size: 44px;
  }

  header .audiense-logo {
    height: 40px;
  }

  section article {
    font-size: 18px;
    margin-top: 50px;
    width: 485px;
  }

  section article h2 {
    font-size: 34px;
  }
}
