profile-pic > img { display:none; }
.profile-pic:after { background-image: url("https://files.catbox.moe/qh469y.gif "); display: inline-block; content:"" }
.blog-entry .profile-pic:after, .bulletin .profile-pic:after { background-size: cover; width: 110px; height: 110px; } /* blogs, bulletins */
.general-about .profile-pic:after { background-size: cover; width: 160px; height: 160px; } /* profile */ 
body:before {
	content: " ";
	height: 100vh;
	width: 100vw;
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	background-image: url('https://media1.tenor.com/m/XasjKGMk_wAAAAAd/load-loading.gif');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	animation: yourAnimation 3s ease 0s 1 normal forwards;
	pointer-events: none;
}
@keyframes yourAnimation { 0.0% { opacity: 1; } 75% { opacity: 1; } 100% { opacity: 0; } }
nav, footer {
	margin: 1em;
	position: relative;
	box-shadow: 5px 8px 10px #0006;
}
* {cursor: url(https://media.tenor.com/0SSoIzqtdmUAAAAi/tap-finger.gif), url( https://media.tenor.com/0SSoIzqtdmUAAAAi/tap-finger.gif), auto !important;}
main:before {
    width: auto;
    margin-bottom: 25px;
    border: none;
    height: 120px;
    display: block;
    content: "";
    background-image: url(https://files.catbox.moe/vcten0.gif );
    background-position: center center;
    background-size: cover;
}
body {
    background: url(https://files.catbox.moe/pgeucs.gif);
    font-family: "Cutive Mono", monospace;
}
.profile .contact .heading, .profile .table-section .heading, .home-actions .heading {
    background: url(https://files.catbox.moe/sz6dpw.gif);
    color: white;
}
.profile .contact, .profile .url-info, .profile .table-section, .home-actions {
     background: lightblue;
     border: none;
}
nav .top {
     background: url(https://files.catbox.moe/e55f5t.gif);
}
nav .links, footer .links{
     background: url(https://files.catbox.moe/e55f5t.gif);
}
.profile .contact {
     background: url(https://files.catbox.moe/vd0xgl.gif);
     color: lightgrey;
}
footer {
     background: url(https://files.catbox.moe/5qk6eh.gif);
}
a:any-link {
    color: #ffffff;
    cursor: auto;
}
h1, h2, h3, h4, h5 {
     font-size: 20px;
}
p {
     font-family: "Cutive Mono", monospace;
}