body {
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  color: #888888;
}
header {
  font-family: 'Orbitron', sans-serif;
  text-align: center;
  color: #888888;
}
h2 {
  font-family: 'Orbitron', sans-serif;
  color: #888888;
}
h1 {
  font-family: 'Orbitron', sans-serif;
  color: #888888;
}
p {
  font-family: 'Orbitron', sans-serif;
  color: #888888;
}
h1 {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    color: #888888;
}
h3 {
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    color: #ffffff;
}
h4 {
    text-align: justify;
    color: #888888;
}
h5 {
    text-align: center;
}
h6 {
    text-align: center;
}

*{
  margin: 0px;
  padding: 0px;

}
#titleimage {
  position: relative;
  z-index: 0;
}
#title {
  position: relative;
  z-index: 1;
}

.social_sidebar {
    left: 0;
    position: fixed;
    top: 50%;
    z-index: 999999;
    margin: 0;
    border-color: #000000;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-bottom-style: solid;
    border-bottom-width: 10px;
    border-collapse: separate;
    border-left-style: solid;
    border-left-width: 5px;
    border-right-style: solid;
    border-right-width: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
    border-top-style: solid;
    border-top-width: 10px;
    font-size: 100%;
    vertical-align: baseline;
    background-color: #000000;
    box-sizing: border-box;
    color: #000000;
    background-color: #000000;
  }

  .poster-thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #282828;
    border: 1px solid #282828;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
  }
