/* Powered by Remazil */
html, body {
  height: 99%;
}

body {
  background-size: cover;
  background-repeat: no-repeat;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.container {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cdn {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}
.cdn-remazil {
  font-size: 3rem;
  font-weight: 400;
      font-family: 'Montserrat', sans-serif;
}