@font-face {
    font-family: "Blokletters-Balpen";
    src: url(https://filosmol.com/fonts/Blokletters-Balpen.ttf) format("truetype");
}
@font-face {
    font-family: "Blokletters-Potlood";
    src: url(https://filosmol.com/fonts/Blokletters-Potlood.ttf) format("truetype");
}
@font-face {
    font-family: "Blokletters-Viltstift";
    src: url(https://filosmol.com/fonts/Blokletters-Viltstift.ttf) format("truetype");
}

body {
    margin: 0;
    user-select: none;
    -webkit-user-select: none;
    cursor: default;
    font-family: "Blokletters-Balpen", Arial, sans-serif;
    background-image: url('/assets/dandelionbgv1.png');
    background-repeat: repeat;
    background-size: 250px;
    background-color: rgba(240,240,240,.9);
}

a {
    text-decoration: none;
    color: rgb(25,155,215);
}
a:active, a:hover {
    text-decoration: underline;
}

div {
    display: block;
    box-sizing: border-box;
}

#c {
    position: relative;
    left: 0;
    right: 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    padding: 20px;
}

#c .artwork:before {
    content: '';
    display: block;
    padding-top: 100%;
}
#c .artwork {
    display: block;
    max-width: 650px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.filosmol_artwork1 {
    background-image: url('beta/filosmol_artwork1.png');
}

.textblock {
    display: block;
    padding: 10px;
    font-size: 14px;
}

.copyright {
    display: block;
    padding: 10px;
    font-size: 10px;
}