body,
html {
    width: 100vw;
    height: 100vh;
    margin: 0;
    padding: 0;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
    color: #FAFAFA;
    font: 400 1rem/1.625rem "PTRootUI", sans-serif;
    background: rgb(24, 24, 24);
    /* background: rgb(92, 67, 182); */
    /* background: linear-gradient(90deg, rgba(92, 67, 182, 1) 0%, rgba(139, 67, 179, 1) 60%, rgba(153, 67, 178, 1) 100%); */
}

.coming-soon {
    font-weight: 400;
    font-size: 1.2rem;
}

canvas {
    display: block;
    z-index: 1;
}

#particles-js {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.header {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 2;
}

/* .header a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Poppkorn", sans-serif !important;
    color: #FAFAFA !important;
    font-size: 6.5rem;
    text-decoration: none;
    margin-bottom: 20px;
} */

.logo-image {
    width: 300px;
    margin-bottom: 20px;
    pointer-events: all;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
