:root {
  --font-family: "Roboto", sans-serif;
  --second-family: "Fredoka", sans-serif;
  --third-family: "Montserrat", sans-serif;
  --font3: "Poppins", sans-serif;
  --font4: "Lora", sans-serif;
}

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;
  padding: 0;
  background-color: transparent;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

*,
::before,
::after {
  box-sizing: border-box;
}

body {
  margin: 0 auto;
  font-family: var(--font-family);
  color: #f3f3f3;
  background: #a425fe;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-pum {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-pum {
  position: relative;
  width: 375px;
  padding: 32px 20px;
}

.section-title-pum {
  font-family: var(--second-family);
  font-weight: 500;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  color: #f3f3f3;
  margin-bottom: 24px;
}

@media screen and (min-width: 1440px) {
  .container-pum {
    padding: 90px 72px;
    width: 1440px;
  }

  .section-title-pum {
    font-size: 64px;
    margin-bottom: 32px;
  }
}
