html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html,
body {
  height: 100%;
  width: 100%;
  background-image: url("pics/livingroom.jpg");
  background-size: cover;
  background-position: bottom;
  margin: 0;
  padding: 0;
  font-family: monospace;
  overflow-y: auto;
  overflow-x: hidden;
}

.marqueetop {
  font-family: 'Courier New', monospace;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.example::-webkit-scrollbar {
  display: none;
}

/* Hiding scrollbar for IE, Edge and Firefox */
#content {
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE and Edge */
}

.hide {
  display: none;
}

a {
  color: #ffffff !important;
}

.footer {
  color: white;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0;
  padding: 5px;
  bottom: 0;
}

.yellowbox {
  background-color: #fde2a7;
  display: inline-block;
  box-sizing: border-box;
  border-color: rgb(255, 237, 178);
  border-style: outset;
  padding-right: 11px;
  padding-left: 11px;
  box-shadow: 5px 5px rgba(0, 0, 0, 0.2);
}

.postbox {
  overflow-y: auto;
  overflow-x: hidden;
  background: #fafefb;
  box-shadow: inset -1px -1px #fff, inset 1px 1px grey, inset -2px -2px #dfdfdf, inset 2px 2px #0a0a0a;
  text-align: left;
  margin: 0;
  padding: 12px 10px;
  width: 35%;
  max-height: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mcenter img {
  margin: auto;
  display: block;
}

.text {
  color: black !important;
}

.musichovertext:hover+.hide {
  display: block;
  color: #b61010;
}

.container {
  display: flex;
  padding: 20px;
  align-items: flex-start;
}

.mleft,
.mright {
  position: sticky;
  top: 0;
  height: 504px;
  width: 120px;
  text-align: center;
  border: none;
}

.mleft {
  float: left;
}

.mleft img {
  max-width: 70px;
}

a:hover {
  color: #2114e1 !important;
}

.mright {
  float: right;
}

.navpanel {
  font-size: 12px;
  padding: 0;
  text-align: center;
}

.mcenter {
  padding-top: 15px;
  flex: 1 0 0;
  border: none;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
}

.stickygif {
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 99999;
  cursor: pointer;
  transition: transform 2s;
}

h1 {
  font-size: 5rem;
}

h2 {
  font-size: 2.5rem;
}

h3 {
  font-size: 2rem;
}

h4 {
  font-size: 1.5rem;
}

u {
  text-decoration: none;
  border-bottom: 0.5px solid #222222;
}
