html {
  font-size: 10px;
}

body {
  font-family: 'Work Sans', sans-serif;
  font-size: 1.5rem;
  color: rgb(95,69,7);
  font-weight: 500;
  min-height: 100vh;
}

.old-background {
  background: url('../img/full_background.jpg') center center no-repeat;
  background-size: cover;
}

.c-annoucement {
  margin-top: -2rem;
}

.c-annoucement__text {
  line-height: 1.75;
  margin-bottom: 2.7rem;
  text-indent: 4rem;
}

.c-annoucement__text--noIndent {
  text-indent: 0;
}

.c-annoucement__link {
  color: inherit;
}

.c-annoucement__link:hover {
  color: inherit;
}
