body {
    background: linear-gradient(0deg, rgba(39,43,47,1) 50%, rgba(39,43,47,0.8) 100%), url('tii_wallpaper.png');
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 2vh;
}

.profile-picture--small {
    max-height: 5vw;
    max-width: 5vw;
}

.profile-picture--smaller {
    max-height: 32px;
    max-width: 32px;
}

.textblock {
    display: block;
}

.reaction_image {
    height: 1em;
}

.darker {
    background: #272b2f;
}
