html {
  font-size: 12pt;
}
body {
  font-family: Ubuntu-Regular;
  min-width: 1000px;
}
.container {
  min-width: 970px;
}
a:hover,
a:focus,
a:active {
  outline: none;
  text-decoration: none;
}
.hidden {
  display: none;
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Ubuntu-Bold.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Ubuntu-Regular.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 550;
  src: url("../fonts/Ubuntu-Medium.ttf");
}
@font-face {
  font-family: "Ubuntu-Regular";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Ubuntu-Light.ttf");
}
.license-text {
  background-size: cover;
  background: url("../img/fail/background.png") no-repeat top;
  padding-top: 8rem;
  padding-bottom: 8rem;
  justify-content: center;
  align-items: center;
  text-align: justify;
  padding: 1rem;
}
.license-text .title {
  color: #2988f5;
  font-size: 30px;
  text-align: center;
}
.license-text__list {
  text-align: justify;
  padding: 0;
}
.license-text__list_paragraph:before,
.license-text__list_paragraph > span {
  color: #2988f5;
  font-size: 20px;
}
.license-text ol {
  margin: 1.5rem 0 2.5rem;
  list-style: none;
  counter-reset: li;
  padding-left: 0;
}
.license-text ol li {
  margin: 0.5rem 0 0;
}
.license-text ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
}
