DROPPING FPE GEM
```
/* Fonts */
@font-face{font-family:'Discord';src:url('
https://web.archive.org/web/20230401012547/https://s.kncdn.org/fonts/discord.otf') format('opentype');font-weight:normal;font-style:normal}
/* Body */
body {
background-color: #323339;
color: #fbfbfe;
font-family: 'Discord', Arial, sans-serif !important;
font-size: 11pt;
}
body::after {
content: "";
position: fixed; /* stay in viewport */
bottom: -20px; /* distance from bottom */
right: 0px; /* distance from right */
width: 200px; /* GIF width */
height: 200px; /* GIF height */
background-image: url("
https://media.discordapp.net/attachments/1306731055616626759/1447421612897861834/caption.gif?ex=69398a2c&is=693838ac&hm=5b99c68a35e59f35a9cd49365a681a010ae39b42e485a899b9f3c8d0c116ea1b&=");
background-size: contain; /* scale proportionally */
background-repeat: no-repeat;
background-position: center;
pointer-events: none; /* clicks go through */
z-index: 999999; /* on top of everything */
display: block;
}
/* Boardlist */
.boardlist{background-color:#323339!important}
/* Posts */
div.post.reply{
background-color:#2C2D33;
border:none
}
/* Post Numbers */
.name:before{content:"@"}
.name{
background-color:#3d4270;
color:#c8ccfa !important
}
/* File Info */
input[type=checkbox],p.fileinfo{display:none}
/* Text */
time:after{content:", in #soy "}
div.post_no{
background-color:#393A41;
font-family:Arial;
font-size:10pt;
color:#b9bdeb !important;
font-weight:bold
}
div.banner{display:none}
input,textarea{
background-color:#393A41;
color:#ffffff;
border:none !important;
border-radius:5px
}
/* Top Bar */
div.pages.top{background:#323339 !important}
/* Headings */
.subject,h1,h2{color:#5563e9 !important}
/* Highlighted Post */
div.post.reply.highlighted{background:#2e3035}
div.post.reply div.body a{color:#7289da}
/* Seperator */
hr{border-top:1px solid #3f4147 !important}
/* Pages */
div.pages,span.heading,span.heading2{color:#5563e9}
/* Post Form */
form table tr th{background:#323339}
#post-form-container table {background-color: #2b2d31}
/* FileHint */
.dropzone .file-hint{
color:rgb(114, 137, 218);
cursor:pointer;
position:relative;
margin-bottom:5px;
padding:10px 0;
top:5px;
transition:0.2s;
border:2px dashed rgba(125, 125, 125, 0.4)
}
/* Post Images */
.post-image{border-radius:15px}
/* Post Numbers */
.post_no{font-family:Arial, Helvetica}
/* Blotter */
div.blotter{
background-color: #2b2d31;
border-radius: 25px;
color: #b5bac1
}
a{color:#7289da !important}
```