@import url(https://fonts.googleapis.com/css?family=Rubik);

body {
    background-color: black;
    color: rgb(255, 255, 255);
    margin: 0;
    padding: 0;
    font-size: 100%;
    line-height: 1.5;
    user-select: none;
    overflow: hidden;
    height: 100%;
}

#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.content {
    z-index: 1;
    text-align: center;
    color: #fff;
    position: absolute;
    font-family: 'Rubik', sans-serif;
    width: 80%;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.content .site-title {
    font-size: 35px;
    display: block;
    line-height: 1;
    color: #fff;
}

@media only screen and (min-width:550px) {
    .header .site-title {
        margin: 0;
        font-size: 100px
    }
}

.content .site-description {
    font-size: 20px;
    display: inline-block;
    line-height: 1;
    color: #fff;
    margin-top: 10px
}

.terminal {
    background-color: #000;
    border: 2px solid #00ff00;
    box-shadow: 0 0 20px #00ff00;
    padding: 30px;
    width: 90%;
    max-width: 900px;
    min-height: 500px;
    white-space: pre-wrap;
    overflow: auto;
}

.typed-cursor {
    display: inline-block;
    font-weight: bold;
    animation: blink 0.9s infinite;
}