html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

/* Colors */
.orange {
    color: #fd7e14;
}

.green {
    color: #37c11e;
}

.background-green {
    background-color: #8bd57d;
}

.background-strong-green {
    background-color: green;
}

.background-strong-red {
    background-color: darkred;
}

.grey {
    color: #ACB1B5;
}

.red {
    color: #be4d25;
}

.points-sum {
    display: block;
    font-size: 24px;
    font-weight: 500;
}

.result-icon {
    width: 100px;
}

.card-result {
    height: 110px;
}