canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #fff;
}

.text {
    color: #EE220C;
    font-family: 'Open Sans', sans-serif;
    position: absolute;
    font-size: 3em;
    width: 100%;
    margin: auto;
    height: 95vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

h1 {
    font-size: 2em;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 0;
}

h3 {
    font-weight: 100;
    font-size: 14px;
    letter-spacing: 5px;
}

h3 span {
    margin: 0 20px;
}

a,
a:visited {
    color: #e34234;
    -webkit-transition: 0.25s;
    transition: 0.25s;
}

a:hover,
a:focus {
    color: #ba160c;
}