* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  min-height: 100vh;
}

a {
  color: #333;
  text-decoration: none;
}

a:focus, a:hover {
  text-decoration: none !important;
}

.module_title {
  color: #242A46;
  font-size: 32px;
  text-align: center;
}

html {
  font-size: 14px;
}

@media screen and (min-width: 320px) {
  html {
    font-size: 42.66667px !important;
  }
}

@media screen and (min-width: 360px) {
  html {
    font-size: 48px !important;
  }
}

@media screen and (min-width: 365px) {
  html {
    font-size: 48.66667px !important;
  }
}

@media screen and (min-width: 375px) {
  html {
    font-size: 50px !important;
  }
}

@media screen and (min-width: 412px) {
  html {
    font-size: 54.93333px !important;
  }
}

@media screen and (min-width: 414px) {
  html {
    font-size: 55.2px !important;
  }
}

@media screen and (min-width: 515px) {
  html {
    font-size: 68.66667px !important;
  }
}

@media screen and (min-width: 575px) {
  html {
    font-size: 76.66667px !important;
  }
}

@media screen and (min-width: 600px) {
  html {
    font-size: 80px !important;
  }
}

@media screen and (min-width: 625px) {
  html {
    font-size: 83.33333px !important;
  }
}

@media screen and (min-width: 675px) {
  html {
    font-size: 90px !important;
  }
}

@media screen and (min-width: 750px) {
  html {
    font-size: 100px !important;
  }
}

