#particles-js {
    /* background-color: rgb(182, 25, 36); */
    background-image: url("");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    z-index: -1;
    height: 90vh;
}

#panel {
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 600px;
    height: 220px;
    background: transparent;
    top: 40%;
    left: 50%;
    margin: -110px 0 0 -300px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}


#title {
    font-size: 50px;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 0;

}

#subtitle {
    font-size: 20px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#header {
    margin-bottom: 0px !important;
}

html {
    overflow-y: hidden;
}