@charset "UTF-8";
/* CSS Document */
body {
  max-width: 1440px;
  font-size: 12px;
  font-family: 'PT Sans';

  background-color: #f4ece3
}
.header {
  margin-top: 2rem;
  display: inline-block;
  width: 100%;
  text-align: center;
	font-family: 'Codystar';
	font-size: 1.4rem;
}
.header img {
  width: 30%;
  height: auto;
}
.text-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: no-wrap;
}
.text-content-block {
  flex-basis: 33%;
  padding: 2rem;
  font-size: 1rem;
  color: black;
}
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #8f817c;
}