body {
  color: #000;
  font-family: Nb Akademie, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

.header {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.all {
  width: 100vw;
  height: 100svh;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.head-left {
  float: left;
}

.head-right {
  float: right;
  justify-content: flex-end;
  display: flex;
}

.head-part {
  border-right: 1px #000;
  padding-right: 0;
}

.clock {
  padding-top: 6px;
  padding-left: 0;
}

.header-container {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}

.call-to-action {
  width: 100vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.footer {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.foot-container {
  border-top: 1px solid #000;
  padding-top: 6px;
  padding-right: 20px;
  display: flex;
}

.text-block {
  margin-bottom: 5px;
}

.div-block {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3px;
  display: flex;
}

.text-chiqui {
  width: 100%;
  text-align: center;
  border-bottom: 1px #000;
  margin-bottom: 2px;
  font-size: 10px;
}

.text-chiqui.left {
  text-align: left;
  border-bottom-style: none;
}

.callto-container {
  width: 100%;
  border-bottom: 1px solid #000;
  justify-content: center;
  padding-bottom: 3px;
  display: flex;
}

.text-block-2 {
  padding-left: 1px;
}


@font-face {
  font-family: 'Nb Akademie';
  src: url('../fonts/nb_akademie_std_regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}