body {
    font-family: 'Lato', sans-serif;
    font-style: normal;
    text-align: center;
}

#maintitle {
    /*width: 300px;*/
    margin: 100px auto 0;
    font-size: 5em;
    font-weight: 100;
}

#subtitle {
    margin-top: 10px;
    font-size: 1.5em;
}


/*.gpg-container {
    margin: 0 auto 0;
    width: 400px
    text-align: justify;
}


.gpg-content {
    margin: 0 auto 0;
}*/

::selection {
    background: #bababa;
}

.hidden {
    visibility: hidden;
}

.typing::after {
    content: "|";
}

.waiting::after {
    animation: 1s blink step-end infinite;
}

@keyframes blink {
    from,
    to {
        color: transparent;
    }
    50% {
        color: black;
    }
}