#wrapper {
    margin-top: 300px;
}
::-webkit-scrollbar {
    width: 0; /* remove scrollbar space */
    background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
    background: transparent;
}
@font-face {
    font-family: oldschool;
    src: url(https://dl.dropbox.com/scl/fi/h41dws5x4haw7zgw0yc1s/Px437_DOS-V_re_ANK24.ttf?rlkey=2b75apurgp4zrnd2xelqax6ru&st=gwq7wdnt&dl=0);
}
body {
    background: url("bg.png");
    background-repeat: no-repeat;
    background-size: 1920px 1080px;
}
* {
    cursor: url(https://cur.cursors-4u.net/smilies/smi-3/smi275.ani), 
    url(https://cur.cursors-4u.net/smilies/smi-3/smi275.gif), 
    auto !important;
}
.img {
    width: 200px;
    display: block;
    margin: auto;
    position: relative;
    left: 184px;
    top: -280px;
}
.border {
    width: 320px;
    height: 200px;
    border-style: solid;
    border-width: 10px;
    border-image: url(border.gif) 8
        fill round;
    font-family: oldschool;
    font-size: 20px;
    margin: auto;
    position: relative;
}
.deco {
    position: relative;
    top: 5px;
}
.deco2 {
    position: relative;
    top: 5px;
    width: 20px;
}
.app {
    position: absolute;
    top: 1%;
    margin: 1%;
}
div2 {
    padding: 1em;
    padding-top: 1.2em;
    position: relative;
    left: 184px;
    top: -260px;
    display: block;
    width: 300px;
    height: 100px;
}

#msgs {
    position: fixed;
    bottom: 4px;
    overflow: clip;
}