* {
    margin: 0;
    padding: 0;
    color: white;
    font-family: "Nunito", sans-serif !important;
}

html {
    scroll-behavior: smooth;
    /* overflow-x: hidden !important;    */
}

body {
    min-width: 100vw !important;
    max-width: 100vw !important;
    min-height: 100vh !important;
    overflow-x: hidden !important;
    max-height: 100vh !important;
    background: rgb(0, 0, 0) !important;
}

#particle-canvas {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 100vh;
    max-height: 100vh;
    z-index: -100;
    position: fixed !important;
    top: 0;
    left: 0;
}

main {
    max-width: 100%;
    margin: auto;
}

#info {
    width: 100%;
    padding-top: 4em;
    align-content: center;
    align-items: center;
}

#typeIt {
    font-weight: bold;
    font-size: 2.5em;
    text-align: center;
}

#icon img {
    display: block;
    margin: 0 auto 12px;
    max-width: 30em;
    max-height: 30em;
    object-fit: contain;
}

