:root {
  --font-family: "Inter", sans-serif;
  --second-family: "JetBrains Mono", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

dl,
dt,
dd,
figure,
p {
  margin: 0;
}

dt,
dd {
  display: inline;
}

dd::after {
  content: "";
  display: block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  padding: 0;
  color: inherit;
  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: #fff;
  background: #02070d;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.section-omr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.container-omr {
  width: 375px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 50px;
}

.content-omr {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.section-title-omr {
  font-weight: 800;
  font-size: 28px;
  letter-spacing: -0.04em;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 1440px) {
  .container-omr {
    width: 1440px;
    padding-top: 100px;
  }

  .section-title-omr {
    font-size: 44px;
    margin-bottom: 50px;
  }
}
