html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
    position: relative;
    min-height: 100%;
    font-family: "Poppins", sans-serif;
    color: #242323;

    @media (max-width:767.98px) {
        font-size: 18px;
        line-height: 24px;
    }
}

body {
    margin-bottom: 60px;
    font-family: "Poppins", sans-serif;
    color: white;
    background-color: black;

    @media (max-width:767.98px) {
        font-size: 18px;
        line-height: 24px;
    }
}
.btn-primary {
    color: #fff;
    background-color: #e82531;
    border-color: #e82531;
    border-radius: 0px;
}
.row {
    padding-top: 15px;
}
