#container {
    border: 15px solid #00f;
    border-image: url(https://i.imgur.com/CLrvtF8.png) 6 round;
    background: url(https://i.imgur.com/rOZ2gGO.png);
    background-size: contain;
}

body {
    background: #222a32;
    font-family: monospace;
    padding-top: 45px;
    font-size: 15px;
}

.extended {
    border: 10px solid #00f;
    border-image: url(https://i.imgur.com/CLrvtF8.png) 6 round;
    background: #416473;
    filter: brightness(1.3);
}

.box {
    border: 3px solid #00f;
    border-image: url(https://i.imgur.com/CLrvtF8.png) 6 round;
    background: url(https://i.imgur.com/rOZ2gGO.png);
    background-size: contain;
    filter: drop-shadow(4px 4px 0px #00000052);
}

.boxHead {
    background: #416473;
    color: black;
    padding: 3px;
    padding-bottom: 4px;
    padding-left: 6px;
}

.tableLeft img {
    max-height: 30px;
    position: relative;
    left: 5%;
}

.tableLeft b::before {
    content: "'";
}
.tableLeft b::after {
    content: "' says:";
}

.tableLeft {
    background: #19152a91;
    border-top: solid #ffffff57;
    border-left: solid #ffffff57;
    border-bottom: solid #00000057;
    border-right: solid #00000057;
    border-radius: 5px;
}

.tableRight {
    background: #16152a91;
    border-top: solid #ffffff57;
    border-left: solid #ffffff57;
    border-bottom: solid #00000057;
    border-right: solid #00000057;
    border-radius: 5px;
    color: white;
}

#commentInput {
    width: calc( 100% - 6px );
    margin: 0;
    margin-top: 10px;
    height: 100px;
    background: #5b6982;
}

.tableLeft a {
    text-decoration: none;
    color: black;
    text-shadow: 0 0 3px #0017ff, 0 0 3px #000000;
}

.rightHead {
    background: #00114070;
    color: #ffffff;
}

h4 {
    color: #02002a;
    margin-bottom: 0px;
}

.boxButton {
    width: calc( 44% - 10px );
    padding-left: 40px;
    height: 28px;
    font-size: small;
    color: black;
    padding-top: 7px;
}

.fwiendFace b {
    overflow: hidden;
    color: white;
}

.fwiendFace img {
    border: 8px solid #00f;
    border-image: url(https://i.imgur.com/CLrvtF8.png) 6 round;
}

#hSub a {
    color: #fff;
    text-decoration: none;
    background: #416473;
    border: 6px solid #4e7788;
    padding: 4px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    position: relative;
    left: 23%;
    border-bottom: 0px;
    padding-bottom: 8px;
}

#hSub {
    color: #0000;
    background: #28322200;
	margin: 0px;
	padding: 6px;
	padding-left: 10px;
	padding-top: 4px;
	position: absolute;
	left: 0;
	top: 34px;
	width: calc(100% - 15px );
	height: 15px;
	z-index: 300;
}

#header {
    background: #06009978;
}

audio {
    filter: sepia(0%) saturate(100%) grayscale(0) contrast(100%) invert(100%); */
    filter: invert(1);
}

.fwiendFace b::before {
    content: "Hey";
    color: transparent;
    background: url(https://i.imgur.com/xzo2LRA.png);
    background-size: contain;
    font-size: 20px;
}

a.logo {
    color: white;
    text-decoration: none;
    font-size: 0px;
}
a.logo::before {
    content: "VALVEEE";
    color: transparent;
    background: url(https://i.imgur.com/4dbI05Y.png);
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 25px;
}

h2#name {
    font-size: 30px;
}
h2#name::before {
    content: "SUBJECT:⠀";
}

body::before {

content: "";

display: block;

position: fixed;

left: 0;

top: 0;

width: 200%;

height: 200%;

background-image: url(https://i.imgur.com/VdjgF1j.gif);

background-position: 0 0;

background-repeat: no-repeat;

background-repeat: contain;

pointer-events: none;

background-size: 100em 50%;

z-index: 10000;

opacity: 0;

animation-name: fade;

animation-iteration-count: 1;

animation-timing-function: step-end;

animation-duration: 5.2s;

}

@keyframes fade {

0% {

opacity: 1;

}

90% {

opacity: 1;

}

100% {

opacity: 0;

}

}

div#online::before {
    content: "STATUS:";
}

div#country {
    font-size: 0px;
}
div#country::after {
    font-size: 15px;
    content: "Black Mesa";
}

      @keyframes glowing {
        0% {
          color: #a80505;
          text-shadow: 0 0 5px #a80505;
        }
        50% {
          color: #ff5b5bde;
          text-shadow: 0 0 20px #ff5151d6;
        }
        100% {
          color: #a80505;
          text-shadow: 0 0 5px #a80505;
        }
      }
      .button {
        animation: glowing 1300ms infinite;
      }

span#hUp::before {
    content: "ERROR";
    color: red;
	font-weight: bold;
    font-size: 16px;
    animation: glowing 1300ms infinite;
}

#hSub a {
    color: #fff;
    text-align: -webkit-center;
}