h1::before, h2::before, h3::before, h4::before, h5::before, h6::before {
    display: none !important;
}

.view h1, .view h2, .view h3, .view h4, .view h5, .view h6 {
    margin: 1em 0em 0.5em 0em !important;
    /* border-bottom: 2px solid #434343 !important; */
}

.view h1 {
    font-size: 1.4em !important;
}

.view h2 {
    font-size: 1.25em !important;
}

.view h3 {
    font-size: 1.1em !important;
}

div.title.is-1 {
    display: none !important;
}

.tag:not(body).is-info.is-light {
    background-color: #1c1c1c !important;
}

.icon {
    display: none !important;
}

a::after {
    content: none !important;
}

body * {
    transition: none !important;
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
}

/* index */

#floppa-nose {
    -webkit-animation:spin 10s linear infinite !important;
    -moz-animation:spin 10s linear infinite !important;
    animation:spin 10s linear infinite !important;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* np */

#webamp {
    position: fixed !important;
}

.icon-text {
    margin-right: 0.5em;
}

.snoop {
    position: fixed;
    filter: opacity(50%) blur(10px);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.snoop.spinnin {
    animation: spin 120s linear 0s infinite;
    width: 300%;
    height: 300%;
    top: -10em;
    left: -10em;
}
        
@keyframes spin { 
    100% { transform: rotate(360deg); } 
}

.floppa {
    width: 100%;
    cursor: grab;
}

#floppa-nose {
    position: absolute;
    top: 50%;
    left: 66%;
    filter: sepia(15%) opacity(90%);
}

#floppa-nose:hover {
    cursor: grabbing;
}
