@font-face {
    font-family: "Outfit";
    font-style: normal;
    font-weight: 700;
    src: local('Outfit'), url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap') format('woff');
}
.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    white-space: nowrap;
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;  
}
@media (prefers-reduced-motion){
    html {
        scroll-behavior: auto;
    }
}
body,
html {
    height: 100%;
    min-height: 100%;
}
body {
    font-family: 'Outfit', sans-serif;
    font-size: 1em;
    color: #FF6EC2;
    margin: 0;
    padding: 0;
    background-color: #000;
    background-image: url('https://mad-disorder.com/error_docs/home_bg_xs.webp');
    background-size: cover;
    background-attachment: fixed;
}
@media screen and (min-width: 540px){
    body {
        background-image: url('https://mad-disorder.com/error_docs/home_bg_s.webp');
    }
}
@media screen and (min-width: 720px){
    body {
        background-image: url('https://mad-disorder.com/error_docs/home_bg_s.webp');
    }
}
@media screen and (min-width: 960px){
    body {
        background-image: url('https://mad-disorder.com/error_docs/home_bg_lg.webp');
    }
}
@media screen and (min-width: 2000px){
    body {
        background-image: url('https://www.mad-disorder.com/error-docs/home_bg_xlg.webp');
    }
}
.logo_ctn {
    height: fit-content;
    max-width: 180px;
    width: 100%;
    background: #000;
    padding: 3rem;
}
.logo {
    max-width: 100%;
    margin: auto;
    background: black;
    padding: 6rem 0 1rem;
}
.page {
    display: flex;
    flex-direction: column;
    max-width: 90%;
    margin: auto;
    height: 100%;
    align-items: center;
}
.main {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: black;
    padding: 0rem 3rem 3rem;
    margin: -2rem 0 0 -1rem;
}
h1 {
    font-size: clamp(12rem, 15vw, 18rem);
    margin: 0;
    padding: 0;
}
h2 {
    font-size: clamp(2rem, 2.5vw, 3rem);
    margin: -2rem 0 0 0;
    padding: 0;
    text-align: center;
    max-width: 89%;
    line-height: clamp(2.2rem, 2.8vw, 3.2rem);
}
@media screen and (min-width: 960px) {
    .logo_ctn {
        padding: 3rem;
        max-width: 25.8rem;
        margin-right: 2rem;
        background: #000;    
    }
    .logo {
        max-width: 100%;
        margin: auto;
        padding: .5rem;
    }
    .page {
        max-width: 980px;
        margin: auto;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
    h2 {
        width: 100%;
        text-align: center;
    }
}
