:root {
  --font-family: "Poppins", sans-serif;
  --second-family: "Comfortaa", sans-serif;
  --third-family: "Nunito", sans-serif;
  --pink-stroke-ballon: #ffd4d4;
  --stroke-blue-dallon: #dfe7f7;
  --stroke-green-ballon: #dff7e3;
  --stroke-violet-ballon: #f3dff7;
  --stroke-yellow-ballon: #f5f7df;
  --stroke-jrange-ballon: #f7f1df;
  --ligth-text: #fffcf7;
  --back-blue: #76afff;
  --back-stroke-ballons: #97c1fc;
  --po-bokam: #dae9ff;
  --po-bokam-temnuy: #5fa2ff;
  --dark-text: #565656;
  --green-ligth: #d4fff3;
  --yellow-ligth: #f3ffd4;
  --coral-ligth: #ffdbdb;
  --grey: #979797;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background-color: transparent;
  padding: 0;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-family: var(--font-family);
  margin: 0 auto;
  background: var(--back-blue);
  color: var(--ligth-text);
}

html {
  scroll-behavior: smooth;
}

.section {
  padding: 16px 0;
  background-image: url(../img/border-l.png), url(../img/border-r.png),
    url(../img/back_ballons.png);
  background-position: left, right, center;
  background-repeat: no-repeat;
  background-size: contain;
}

.container {
  padding: 0 64px;
}

.title {
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  color: var(--ligth-text);
  border: 2px solid var(--ligth-text);
  padding: 4px;
  background: var(--po-bokam-temnuy);
  margin-bottom: 16px;
}

@media screen and (min-width: 1436px) {
  .title {
    font-size: 48px;
    width: 50%;
    border: 2px solid var(--ligth-text);
    border-radius: 0 40px 40px 0;
  }
  .section {
    padding: 28px 0;
  }

  .container {
    padding: 0 172px;
  }
}
