body {
    margin: 0;
    padding: 0;
}
#topper {
    
}

#container {
    position: absolute;
    width: 100%;
    top: 100px;
    bottom: 0;
    height: 100px;

    filter: url(#threshold) blur(0.6px);
}

#content {
    max-width: 600px;
    margin: 20px auto;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

#content a {
    text-decoration: none;
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;

    font-family: 'Chillax', sans-serif;
    font-size: 60pt;
    font-weight: 500;

    text-align: center;
    
    user-select: none;
    color: #333;
}

h1 {
    font-family: 'Chillax', sans-serif;
    color: #666;
    text-align: center;
    padding-top: 20px;
    font-weight: 200;
}

@media (max-width: 500px) {
    body {
        padding: 20px;
    }
    #text1, #text2 {
        font-size: 40pt;
        line-height: 1em;
    }
    #container {
        width: 90%;
        top: 125px;
        height: 50px;
    }

    h1 {
        font-size: 20pt;
    }
}