html {
    scrollbar-width: none;
}
body {
    background-image: radial-gradient(circle, #0b2433, #030304);
    background-attachment: fixed;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -ms-overflow-style: none;
}

body::-webkit-scrollbar {
  display: none;
}

.outer {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.penis {
    display: flex;
    justify-content: center;
}

.main-text {
    font-family: Arial, sans-serif;
    font-style: italic;
    font-size: 50px;
    text-align: center;
}

.subtext {
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: #c8e5f8;
}

.awesome_gradient {
    background-image: linear-gradient(90deg, #c8e5f8, #1d72a7);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    display: inline-block;
}

.hidden {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    bottom: 1vh;
}