
body {
  background: #220060;
  background-image:url("scrollingshapes.gif");
  background-attachment: fixed;
  cursor:url('pawcursor2.png'), auto;
}

.header {
  background: transparent;
  margin: auto;
}

.center {
  display: block;
  margin: auto;
}

.content {
  background: transparent;
  display:flex;
  margin: auto;
}

.Lcolumn {
  background: transparent;
  width: 400px;
}

.Lcontainer1 {
  background: transparent;
  width: 400px;
  margin-bottom: 20px;
}

.pfp-status {
  background: white;
  display:flex;
  flex-direction: row;
  margin: auto;
}

.statuscafe {
    padding: .5em;
    background-color: #FFF1B3;
    border: 1px solid midnightblue;
    border-radius: 5px;
}
.statuscafe-username {
    margin-bottom: .5em;
}
.statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.Lcontainer2 {
  background: transparent;
  width: 400px;
}

.chatbox {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
  border: 2px;
  border-style: inset;
}

.middle {
  width: 900px;
  display: block;
  margin: auto;
  margin-top: 0px;
  justify-content: center;
  align-items: center;
}

.Rcolumn {
  background: transparent;
  width: 400px;
}

.Rcontainer1 {
  display: flex;
  margin: auto;
  justify-content: center;
  align-items: center;
}

.ad {
  background: transparent;
  width: 200px;
  display: flex;
  margin: auto;
  border: 3px;
  border-style: outset;
  border-radius: 5px;
  box-shadow: 6px 6px 5px black;
}

.yapper{
  border: 5px;
  border-style: inset;
}

.Memphisfloater {
  position: fixed;
  bottom: 0px;
  right: 15px;
}