body {
  background-color: rgb(37, 34, 38);
  background-image: url(snowing.gif);
  background-size: cover;
  height: 100vh;
  padding:0;
  margin:0;
}
h1 {
  color: blueviolet;
}
p {
  color: palevioletred;
}

@font-face {
  font-family: 'W95';
  src: url('w95.woff') format('woff')
}  

.sillytopnav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

.topnav {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
  margin: 0;
}

button {
  cursor: url(cursors/Cursor_15.cur),pointer !important
}

input:focus,
select:focus,
button:focus {
    outline: none;
}

.sillytopnav a {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  font-family: w95;
  color: chocolate;
}

.topnav a {
  float: left;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: chocolate;
}

.sillytopnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topnav-centered a {
  float: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.topnav a:hover {
  color: blueviolet!important;
}
.topnav a.active {
  color: coral
}

.sillytopnav a:hover {
  color: whitesmoke!important;
}
.sillytopnav a.active {
  color: black
}

.topnav-right {
  float: right
}
.container {
  display: flex;
  width: 100%;
  text-align: center;
  flex-direction: column;
}


.silly-button-container {
  padding: 5px;
  border: 0px solid transparent;
  text-align: center;
}
.silly-button-container a {
  display: block;
  text-align: center;
  padding: 10px;
  background-color: #c0c7c8;
  box-shadow: 
    inset 1px 0.5px 0px 0px white,
    inset -0.5px -1px 0px 0px black;
  color: white;
  text-decoration: none;
  cursor: url(cursors/Cursor_15.cur),pointer !important
}

#chat-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #a0a0a0;
  border-color:#FFFFFF #808080 #808080 #FFFFFF;
  padding: 10px;
  background-color: #bec7c8;
  display: flex;
  flex-direction: column;
  height: 400px;
  font-family: w95;
  box-shadow: 
    inset 1px 1px 0px #fff,
    inset -1px -1px 0px #aaa;
}

#space {
  background-color: rgba(0,0,0,0);
  margin-bottom: 10px;
  padding: 10px;
  background-color: rgba(0,0,0,0);
  max-height: 300px;
}

#messages {
  overflow-y: auto;
  padding: 10px;
  background-color: #bec7c8;
  border: 1px solid #a0a0a0;
  border-color:#FFFFFF #808080 #808080 #FFFFFF;
  color:black;
  height: 250px;
  margin-top: 10px;
  scrollbar-width: none;
  word-wrap: break-word;
  box-shadow: 
    inset 1px 1px 0px #fff,
    inset -1px -1px 0px #aaa;
}

#ruffle {
  position:relative;
  top:0;
  left:0;
  width:1920px;
  height:1048px;
  z-index:-10"
}

#message-input {
  padding: 10px;
  background-color: rgba(0,0,0,0);
  color:black;
  font-family: w95;
  transform: translate(35px, 0px);
  width: 430px;
}

#username-input {
  padding: 10px;
  background-color: rgba(0,0,0,0);
  color:black;
  font-family: w95;
  margin-top: 10px;
}

#send-btn {
  color: black;
  font-family: w95;
  transform: translate(495px, -36px);
  background-color: transparent;
  width: 100px;
  height: 30px;
}

#upload-btn {
  background:url(./paperclip.ico);
  background-size: cover;
  width: 30px;
  height: 30px;
  transform: translate(0px, 34px)!important;
}

#mute-btn {
  width: 25px;
  height: 25px;
  transform: translate(436.5px, -4px)!important;
}

#mute-btn.iconize {
  background:url(./soundprog.ico);
  background-size: cover;
}

#mute-btn.iconized {
  background:url(./mute.ico);
  background-size: cover;
}

#game-btn {
  color: coral!important;
}

#game-btn:hover {
  color: blueviolet!important;
}

body > footer {
  position: sticky;
  top: 100vh;
}

.sillybutton {
  margin-top: 5px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 30px;
  grid-row: 1;
  font-size: 1rem;
  font-family: "myriad-pro", system-ui;
  height: .25em;
  padding: 0 2em;
  min-width: 0.6em;
  border-radius: 1000px;
  color: black!important;
  position: relative;
  overflow: hidden;
  cursor: default;
  outline: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sillybutton:before,
.sillybutton:after {
  content: '';
  position: absolute;
  color: black!important;
  left: 50%;
  transform: translateX(-50%);
  height: 33%;
}

.sillybutton.primary {
  background: linear-gradient(rgba(0, 65, 184, 0.625), rgba(45, 115, 199, 0.625), rgba(33, 160, 196, 0.625));
  box-shadow: 0 0.375em 0.5em rgba(0, 0, 0, 0.3), 
              0 0.125em 0.125em rgba(0, 78, 187, 0.5), 
              inset 0 0.25em 0.5em rgba(0, 17, 49, 0.8),
              inset 0 0.375em 0.5em 0.25em rgba(0, 78, 187, 0.75)
}

.sillybutton.primary:focus,
.sillybutton.primary:active {
  box-shadow: 0 0.375em 0.5em rgba(0, 0, 0, 0.3), 
              0 0.125em 0.125em rgba(0, 78, 187, 0.5), 
              inset 0 0.25em 0.5em rgba(0, 17, 49, 0.8),
              inset 0 0.375em 0.5em 0.25em rgba(0, 78, 187, 0.75),
              0 0 0.5em rgba(52, 106, 227, 0.5);
}

.sillybutton.secondary {
  background: linear-gradient(rgba(160, 160, 160, 0.625), rgba(255, 255, 255, 0.625));
  box-shadow: 0 0.375em 0.5em rgba(0, 0, 0, 0.2), 
              0 0.125em 0.125em rgba(0, 0, 0, 0.3),  
              inset 0 0.25em 0.25em rgba(0, 0, 0, 0.4),
              inset 0 0.375em 0.5em 0.25em #BBBBBB;
}

.sillybutton.secondary:focus,
.sillybutton.secondary:active {
  box-shadow: 0 0.375em 0.5em rgba(0, 0, 0, 0.2), 
              0 0.125em 0.125em rgba(0, 0, 0, 0.3),  
              inset 0 0.25em 0.25em rgba(0, 0, 0, 0.4),
              inset 0 0.375em 0.5em 0.25em #BBBBBB,
              0 0 0.5em rgba(0, 0, 0, 0.25);
}

.sillybutton:before {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.3));
  width: calc(100% - 0.875em);
  border-radius: 2em 2em 0.5em 0.5em;
  top: 5%;
  filter: blur(1px);
  z-index: 2;
}

.sillybutton:after {
  background: linear-gradient(rgba(255, 255, 255, 0.2), rgb(255, 255, 255, 0.5));
  width: calc(100% - 1.25em);
  border-radius: 0.75em;
  bottom: 10%;
  filter: blur(3px);
}

.sillybutton span {
  position: relative;
  top: -1px;
  z-index: 1;  
  letter-spacing: 0.0375em;
  -webkit-text-stroke-width: 0.025em;
  -webkit-text-stroke-color: #000000;
}

.sillybutton.primary span {
  text-shadow: 0 0.25em 0.2em rgba(30, 77, 161, 0.5);
}

.sillybutton.secondary span {
  text-shadow: 0 0.25em 0.2em rgba(0, 0, 0, 0.25);
}

.glass{
  height: 250px;
  width: 250px;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0));
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 20px;
  border:1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}