body {
  height: 100%;
  color: #ccc;
  background: linear-gradient(to bottom, rgba(0, 0, 96, 0.6), rgba(0, 0, 0, 0.9)), url("background_graph.png") no-repeat;
  background-size: cover;
  background-position: center;
  font-family: sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  /* Hide horizontal scrollbar */ }

h1,
h2 {
  margin: 0; }

section {
  margin-bottom: 20px; }

.navbar {
  width: 100%;
  padding-right: 2em;
  text-align: end; }

.header {
  margin-top: 40px; }

.header__title {
  font-size: clamp(40px, 10vw, 100px);
  line-height: 1;
  display: inline-block;
  color: #35a7db;
  z-index: 2;
  letter-spacing: 10px;
  filter: drop-shadow(0 1px 3px);
  text-align: center; }

.contact_email {
  font-size: 16px;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1); }

.contact_email a {
  color: gainsboro; }

.copyright {
  text-align: center;
  font-size: 13px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.1); }

.fade-in {
  animation: fadeIn linear 2s;
  -webkit-animation: fadeIn linear 2s;
  -moz-animation: fadeIn linear 2s;
  -o-animation: fadeIn linear 2s;
  -ms-animation: fadeIn linear 2s; }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.content {
  height: 96px;
  width: 600px;
  overflow: hidden;
  margin-top: 20px;
  font-family: 'Lato', sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: #ecf0f1; }
  .content__container {
    font-weight: 600;
    overflow: hidden;
    height: 48px;
    padding: 0 40px; }
    .content__container__text {
      display: inline;
      float: left;
      margin: 0; }
    .content__container__list {
      margin-top: 0;
      padding: 0;
      text-align: center;
      list-style: none;
      -webkit-animation-name: change;
      -webkit-animation-duration: 10s;
      -webkit-animation-iteration-count: infinite;
      animation-name: change;
      animation-duration: 10s;
      animation-iteration-count: infinite; }
      .content__container__list__item {
        line-height: 48px;
        margin: 0; }

@-webkit-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-webkit-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@-o-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-o-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@-moz-keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@-moz-keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
@keyframes opacity {
  0%, 100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
@keyframes change {
  0%, 12.66%, 100% {
    transform: translate3d(0, 0, 0); }
  16.66%, 29.32% {
    transform: translate3d(0, -25%, 0); }
  33.32%,45.98% {
    transform: translate3d(0, -50%, 0); }
  49.98%,62.64% {
    transform: translate3d(0, -75%, 0); }
  66.64%,79.3% {
    transform: translate3d(0, -50%, 0); }
  83.3%,95.96% {
    transform: translate3d(0, -25%, 0); } }
.btn-wrapper {
  text-align: center;
  margin-top: 1.5em; }

.btn {
  display: inline-block;
  box-shadow: none;
  appearance: none;
  border: 0;
  outline: 0;
  background-color: rgba(255, 255, 255, 0.9);
  height: 64px;
  line-height: 42px;
  padding: 0 16px;
  font-size: clamp(24px, 10vw, 48px);
  border-radius: 24px;
  color: rgba(0, 0, 96, 0.9);
  cursor: pointer;
  transition: all .5s;
  transition-timing-function: cubic-bezier(0.2, 3, 0.4, 1);
  user-select: none; }
  .btn:hover {
    transform: scale(1.05, 1.05);
    box-shadow: 0px 0px 8px 4px rgba(255, 255, 255, 0.85); }
  .btn:active {
    transform: scale(1.05, 1.05); }

.footer {
  margin-top: auto;
  padding: 0; }

.logo_aws {
  display: flex;
  justify-content: center;
  margin-bottom: 2em; }

  .exact {
    text-align: center;
    align-self: center;
  }

  .exact2 {
    color: #fff;
    width: 300px;
    margin: 0px auto;
  }

.left {
  float: left;
}

.right {
  float: right;
}
