@font-face {
    font-family: 'bender';
    src:url(https://mc.umbe.org/resource/font/bender.ttf);
}
@font-face {
    font-family: 'benderbold';
    src:url(https://mc.umbe.org/resource/font/benderbold.ttf);
}

body{
    padding-top: 25px;
    text-align: center;
}
.headerbox {
    border: 0% solid;
    height: 75px;
    width: 100%;
    background-color: #FF0048;
}
.selectDisable {
    user-select: none;
    -webkit-user-drag: none;
}
.headertab {
    position: absolute;
    left: 50%;
    top: 24px;
    transform: translate(-50%, 0%);
    font-family: bender;
    text-decoration: none;
}
.headertabtext {
    float: left; 
    user-select: none;
    color: white;
    text-decoration: none;
    margin-top: 0%;
    font-size: 24px;
}
.headertabtextdiv {
    float: left; 
    user-select: none;
    color: white;
    text-decoration: none;
    margin-top: 0%;
    font-size: 24px;
}
.background {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: 0%;
    background-image: linear-gradient(#444340, #232323);
    z-index: -2;
}
.topbackground {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0%;
    top: -100%;
    background-color: #444340;
    z-index: -2;
}
.recentmsg {
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translate(-50%, 0%);
    padding: 100px;
    font-family: bender;
    text-decoration: none;
    color: #444340;

}
.assetlabel {
    position: absolute;
    left: 50%;
    top: inherit;
    transform: translate(-50%, 0%);
    background-color: #ff00ff;
    width: 512px;
    height: 128px;
}
.assetlabeltext {
    margin: 0% 0%;
    position: absolute;
    font-family: bender;
    text-decoration: none;
    color: white;

}
