*,
*::before,
*::after {
  box-sizing: border-box;
}

body {
  margin: 0;
  background-color: #eee;
  color: #2d98cd;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.5;
  overflow-x: hidden;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  font-style: italic;
  font-size: 14px;
  color: #2d98cd;
}

a:hover,
a:focus {
  text-decoration: underline;
}

.menu {
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  color: #2d98cd;
  font-weight: bold;
  gap: 2px;
}

.logo_studio {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: -2.6px;
  margin-top: -10px;
}

h1 {
  font-size: 36px;
  margin: 20px 0;
  color: #2d98cd;
  font-weight: bold;
  text-transform: uppercase;
}

h2 {
  font-size: 16px;
  margin: 20px 0;
}

.description {
display: flex;
justify-content: space-between
}

.description p {
  font-size: 14px;
}


.line {
  width: 100%;
  height: 1px;
  background-color: #D6D6D7;
  margin: 20px 0;
}


.footer {
  margin-top: 40px;
  padding: 30px 0;
  border-top: 1px solid #d6d6d7;
  background-color: #fff;
  color: #666;
  font-size: 14px;
}

.footer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
}

.copyright {
  margin: 0;
  font-size: 14px;
  color: #666;
}

.tagline {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #2d98cd;
  font-style: italic;
  line-height: 1.4;
}

.footer-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: center;
  margin-top: 8px;
}

.footer-link {
  color: #2d98cd;
  text-decoration: none;
  font-size: 13px;
  white-space: nowrap;
}

.footer-link:hover,
.footer-link:focus {
  text-decoration: underline;
  color: #1a7fb8;
}
