 header {
     height:150px;
     margin-top: 15px;
}

/*Column content*/
/*Center*/
.center p {
  margin-left: 15px;
  margin-right: 15px;
  text-align: center;
}
.center p:last-of-type {
  text-align: left;
  margin-left: 25px;
  margin-top: 0px;
}
.center h3 {
  padding: 5px;
  border-left: 9px double #BA0000;
  border-top: 2px solid #ff0000;
  border-bottom: 1px solid #ff0000;
  background: #030303;
  margin-top: 5px;
}
.center h3:last-of-type {
  padding: 0;
  border-left: 0;
  border-top: 0;
  border-bottom: 0;
  background: 0;
  margin-top: 15px;
  margin-left: 15px;
  margin-bottom: 5px;
}

#statuscafe {
    padding: .5em;
    background-color: #030303;
    border: 1px dotted red;
    margin-left: 20.9%;
    margin-right: 20.9%;
    min-height: 60px;
    margin-bottom: 20px;
}
#statuscafe-username {
    margin-bottom: .5em;
    padding-bottom: 3px;
    border-bottom: 1px solid red;
}
#statuscafe-content {
    margin: 0 1em 0.5em 1em;
}

.gallery {
  border-bottom: 2px solid red;
}

.marquee {
  height: 25px;
  width: 100%;
  overflow: hidden;
  position: relative;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  margin-top: 10px;
}
.marquee div {
  display: block;
  width: 9300px;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 50s linear infinite;
}
.marquee span {
  float: left;
  width: 50%;
}
@keyframes marquee {
  0% { left: 0; }
  100% { left: -4650px; }
}

.featured {
  border-bottom: 2px solid red; 
  padding-bottom: 10px;
}
.featured img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}

/*siderbar*/
ul {
  list-style: square;
  padding-left: 15px;
  margin-top: 0;
  margin-left: 3px;
}
.list {
  height: 150px;
  padding: 5px;
  margin-bottom: 5px;
  margin-right: 5px;
  overflow-y: scroll;
  -webkit-scrollbar-width: thin;
  scrollbar-width: thin;
}
iframe {
  width:100%;
  height: 150px;
  border: 0;
  padding: 0;
  margin: 0;
}

.poll {
  background-color:#030303;
  width: 100%;
  font-family:Verdana;
  color:#D60000;
  border-bottom: red 1px solid;
  margin-top: -5px;
  padding-bottom: 5px;
}
.poll input {
  background: rgba(5, 5, 5, .9);
  color: red;
  font-size: 16px;
  font-weight: bold;
  border:1px solid #ff0000;
  padding: 4px 6px 4px 6px;
  text-decoration:none;
  box-shadow: 0 0 15px black;
  margin-top:5px;
}
.poll input:hover {
  cursor:pointer;
  text-decoration:underline;
}

footer {
  width: 100vw;
  background: #090909;
  border-top: 1px solid #ff0000;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  margin-left: -8px;
  margin-bottom: -8px;
  padding-top: 9px;
  padding-bottom: 9px;
}

#skeleton {
     left: 70px;
     bottom: 0;
     z-index: -99;
     position: absolute;
    width: 645px;
    height: 800px;
    transform:rotate(-5deg);
    opacity: .6;
}