:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}
@media (prefers-reduced-motion: no-preference) {
    :where(:root) {
        scroll-behavior: smooth;
    }
}
*,
:after,
:before {
    zoom: 1;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    margin: 0;
    padding: 0;
}
body:focus,
html:focus {
    outline: none;
}
html {
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    font-family: sans-serif;
}
@media (hover: none) and (pointer: coarse) {
    html {
        -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        -ms-touch-action: manipulation;
        touch-action: manipulation;
    }
}
menu,
ol,
ul {
    list-style: none;
}
a {
    background-color: transparent;
    color: inherit;
}
a:active,
a:hover {
    color: inherit;
    cursor: revert;
    outline-width: 0;
}
b,
strong {
    font-weight: bolder;
}
img,
svg {
    border-style: none;
    max-width: 100%;
    vertical-align: middle;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -0.25em;
}
sup {
    top: -0.5em;
}
iframe {
    border-style: none;
}
table {
    border-collapse: collapse;
    border-color: inherit;
    font-size: inherit;
    text-indent: 0;
}
tbody,
td,
tfoot,
th,
thead,
tr {
    border: 0 solid;
    border-color: inherit;
}
th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}
fieldset {
    zoom: 1;
    position: relative;
}
fieldset:after,
fieldset:before {
    content: "";
    display: table;
}
fieldset:after {
    clear: both;
}
input {
    border-radius: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
textarea {
    overflow: auto;
    resize: vertical;
    white-space: revert;
}
select {
    word-wrap: normal;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {
    display: none;
}
select::-ms-value {
    color: currentColor;
}
select:disabled {
    opacity: 1;
}
button,
select {
    text-transform: none;
}
button {
    cursor: revert;
    overflow: visible;
}
[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
    cursor: pointer;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
    -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring,
button::-moz-focus-inner {
    border-style: none;
    outline: 1px dotted ButtonText;
    padding: 0;
}
button,
input,
select,
textarea {
    background-color: transparent;
    border-style: none;
}
button:focus,
input:focus,
select:focus,
textarea:focus {
    outline-width: 0;
}
button,
input,
optgroup,
select,
textarea {
    font: inherit;
}
optgroup {
    font-weight: 700;
}
legend {
    border: 0;
    color: inherit;
    float: left;
    line-height: inherit;
    max-width: 100%;
    white-space: normal;
}
legend + * {
    clear: left;
}
meter {
    -webkit-appearance: revert;
    -moz-appearance: revert;
    appearance: revert;
}
output {
    display: inline-block;
}
progress {
    vertical-align: baseline;
}
summary {
    cursor: pointer;
    display: list-item;
}
template {
    display: none;
}
::-webkit-input-placeholder {
    color: unset;
}
::-moz-placeholder {
    color: unset;
}
:-ms-input-placeholder {
    color: unset;
}
::-ms-input-placeholder {
    color: unset;
}
::placeholder {
    color: unset;
}
::-webkit-file-upload-button {
    font: inherit;
}
::file-selector-button {
    font: inherit;
}
[list]::-webkit-calendar-picker-indicator {
    display: none;
}
:where([aria-busy="true"]) {
    cursor: progress;
}
:where([aria-controls]) {
    cursor: pointer;
}
:where([aria-disabled="true"]) {
    cursor: default;
}
:where([role="button"]) {
    cursor: pointer;
}
:where([disabled]) {
    cursor: no-drop;
}
:where([hidden]) {
    display: none;
}
:where([draggable="true"]) {
    -webkit-user-drag: element;
}
:where([contenteditable]) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    line-break: after-white-space;
    overflow-wrap: break-word;
}

body,
html {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    min-height: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

html {
    font-size: 1rem;
    line-height: 1.15;
}

@media screen and (max-width: 80rem) {
    html {
        font-size: 1.25vw;
    }
}

@media screen and (max-width: 30rem) {
    html {
        font-size: 3.3333333333vw;
    }
}

body {
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    background-color: #000;
    -webkit-animation: body 1000ms 1000ms forwards;
    animation: body 1000ms 1000ms forwards;
}

@-webkit-keyframes body {
    from {
        background-color: #000;
    }
    to {
        background-color: #fff;
    }
}

@keyframes body {
    from {
        background-color: #000;
    }
    to {
        background-color: #fff;
    }
}

.main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100vh;
}

.container {
    max-width: 80rem;
    margin: 0 auto;
    padding: 0 2rem;
}

.descr {
    font-size: 1.2rem;
    text-align: center;
    text-transform: uppercase;
    padding-top: 2rem;
}
