body {
    background-color: black;
}

div.particles {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10;
    min-height: 780px;
    overflow: hidden;
}

div.logo {
    position: fixed;
    top: 10%;
    z-index: 0;
}

img.logo {
    margin-left: 20px;
    width: 280px;
}

div.footer {
    background-color: #1c2529;
    bottom: 0;
    opacity: 0.7;
    position: absolute;
    width: 100%;
    z-index: 9999;
}

a, a:visited, a:hover {
    color: #f4970b !important;
}
