* {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  margin: 0;
}

h1 {
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
  margin: 0 0 30px 0;
  text-align: center;
  color: #2987ff;
  text-decoration: underline;
}

a {
  text-decoration: none;
}

header {
  display: flex;
  padding: 5px 0;
  background-color: #2987ff;
}

nav {
  display: flex;
  justify-content: space-between;
}

main {
  margin: 0 0 70px 0;
  min-height: 100vh;
}

footer {
  margin: 0 0 77px 0;
}

.container {
  margin: 0 auto;
}

.navLeftBlock {
  display: flex;
  align-items: center;
  gap: 11px;
}

.logoImg {
  height: 120px;
  width: auto;
}

.navTextLogo {
  font-family: "Poppins", serif;
  font-weight: 200;
  font-size: 30px;
  color: #ffffff;
}

.directionDate {
  font-size: 14px;
  line-height: 16px;
  color: #121212;
  opacity: 0.6;
  text-align: center;
  margin: 25px auto 15px auto;
}

.textBlock {
  font-size: 16px;
  line-height: 30px;
  color: #121212;
  margin: 0 156px 20px;
}

.copyright {
  font-size: 16px;
  line-height: 28px;
  color: #121212;
  opacity: 0.6;
  text-align: center;
}

@media screen and (min-width: 1095px) {
  .container {
    width: 1080px;
  }
}

@media screen and (max-width: 1095px) {
  .textBlock {
    margin: 0 20px 35px;
  }
  h1 {
    margin: 0 20px 20px;
  }
}
