*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  block-size: 100%;
}

.page {
  display: block;
  justify-content: center;
  margin: auto;
  color: #2d2d2a;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 140%;
  background: #fff;
  block-size: 100%; /* Sdelatb 100% */
  /* overflow-x: hidden; */
}

.visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  inline-size: 1px;
  block-size: 1px;
  clip-path: inset(50%);
  white-space: nowrap;
}

h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
blockquote,
fieldset {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
}

::selection {
  background: #9bcaff;
  color: #2d2d2a;
}

::-moz-selection {
  background: #9bcaff;
  color: #2d2d2a;
}