body {
  background-color: #f1f6fd;
  font-family: "Open Sans";
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: center;
  margin: 0 auto;
  max-width: 1512px;
  position: relative; }
  @media screen and (min-width: 1280px) {
    body {
      justify-content: flex-start; } }

.figure-1 {
  position: absolute;
  left: 0;
  top: 51px;
  max-width: 109px; }
  @media screen and (min-width: 1280px) {
    .figure-1 {
      top: 35px;
      left: 10px;
      max-width: 235px; } }
  @media screen and (min-width: 1440px) {
    .figure-1 {
      left: 76px; } }

.figure-2 {
  position: absolute;
  right: 0;
  top: 51px;
  max-width: 111px; }
  @media screen and (min-width: 1280px) {
    .figure-2 {
      top: 205px;
      right: 10px;
      max-width: 245px; } }
  @media screen and (min-width: 1440px) {
    .figure-2 {
      right: 77px; } }

.figure-3 {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 125px; }
  @media screen and (min-width: 1280px) {
    .figure-3 {
      max-width: 250px; } }

header {
  display: flex;
  justify-content: center;
  margin-top: 150px; }
  @media screen and (min-width: 768px) {
    header {
      margin-top: 0px; } }
  @media screen and (min-width: 1280px) {
    header {
      padding-top: 100px; } }

.title-page {
  text-align: center;
  font-family: "p22-mackinac-pro";
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  color: #2a334a;
  margin-top: 25px;
  margin-bottom: 21px; }
  @media screen and (min-width: 768px) {
    .title-page {
      font-size: 32px;
      margin-top: 32px;
      margin-bottom: 54px; } }

main {
  padding-left: 16px;
  padding-right: 16px; }

.box-info {
  border-radius: 16px;
  background: #fff;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0 auto;
  padding: 27px; }
  @media screen and (min-width: 768px) {
    .box-info {
      font-size: 14px;
      max-width: 660px;
      padding: 32px; } }
  .box-info .status {
    margin-bottom: 0px; }
    .box-info .status span {
      color: #ff7f5f; }
      .box-info .status span.live {
        color: #00b894; }
      .box-info .status span.down {
        color: #ff0000; }
  .box-info .uppercase {
    text-transform: uppercase; }

/*# sourceMappingURL=styles.css.map */