body {
    background: #39332f url(http://images6.fanpop.com/image/photos/38700000/Dead-Center-The-Atrium-left-4-dead-2-38768437-1024-576.jpg) no-repeat fixed center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    backdrop-filter: blur(5px);
}
body {
	color: black;
}
.info {
    background: #ffa6a300;
    color: white;
    padding-left: 5px;
    font-family: Snell Roundhand, cursive;
}
.headerTop {
    background-color: transparent;
    display: block !important;
    width: 100%;
    /* font-family: arial, sans-serif; */
    padding-left: 10px;
    padding-top: 6px;
    padding-bottom: 10px;
    text-decoration: none;
}
.headerBottom {
    background-color: transparent;
    width: 100%;
    padding-left: 10px;
    padding-bottom: 10px;
    width: calc( 100% - 5px );
    display: block !important;
    padding-right: 5px;
    padding-top: 5px;
    /* font-family: arial, sans-serif !important; */
    text-decoration: none;
}
#smsg {
    background-color: transparent;
    color: transparent;
    border: transparent;
    text-align: right;
    margin: 0px;
    padding: 0px;
    font-family: Comic Sans MS
}
.contactInfoTop {
    padding: 4px;
    padding-bottom: 2px;
    padding-left: 4px;
    color: white;
    background-color: transparent;
    backdrop-filter: blur(15px);
}
.righthanduserinfo, .lefthanduserinfo, .vid-info {
    background-color: white;
    padding: 5px;
    vertical-align: top;
    overflow-wrap: anywhere;
    background-size: 100%;
    border: 8px groove black;
    overflow: hidden;
    text-overflow: ellipsis;
}