@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,600;0,700;1,700&display=swap');

body {
  margin: 0;
}

h4 {
  font-weight: 700;
}

.root {
  font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
  margin: auto;
  position: relative;
}

.background {
  background-image: url('./images/background.png');
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -5;
  opacity: 0.2;
  background-size: cover;
}

.content {
  padding: 16px;
  width: 90%;
  margin: 0 auto;
}

.header__title {
  margin: 8px 0px;
  font-weight: 600;
}

.header__subtitle {
  margin: 0;
  font-weight: 600;
}

.header__contacts {
  padding: 0;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  list-style: none;
  max-width: fit-content;
}

.header__link {
  color: unset;
}

.skills__text{
  line-height: 1.5;
}

.footer {
  margin-top: 32px;
  padding: 16px 0px 0px;
}
