@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body{
    font-family: 'Roboto', sans-serif;
    background-color: #000000;
    margin: 0;
    padding: 0;
}

#particles {
    z-index: 5;
    position: absolute;
    width: 100vw;
    height: 99vh;
}

.content{
    padding: 10px;
    margin-left: 2rem;
    z-index: 10;
    position: absolute;
    color: #ffffff;
}

.title {
    font-size: 51pt;
}

.h-card {
    display: none;
}

/*
 * Weird PT scaling on mobile i guess...
 */
@media(max-width: 420px) {
    .title {
        font-size: 32px;
    }
}

.stuff{
    font-size: 20pt;
}

.link{
    color: #ffffff;
}

#links svg{
    margin-right: 10px;
    color: rgb(153, 153, 153);
    transition: all 0.2s ease;
    font-size: 3em;
}
#links svg:hover{
    color: #ffffff;
}
