.left {
 background-image: linear-gradient(to right, #000, #000, #000, #000, #212121);
 border-right: 1px solid #777777;
 width: 200px;
 height: 2150px;
 overflow: hidden;
 display: flex;
 flex-direction: column;
 align-items: center;
}
.left .box { 
 display: flex;
 flex-direction: column;
 align-items: center;
 padding-top: 10px;
 padding-bottom: 10px;
}
.left .blinks {
 width: 150px;
 margin: 5px;
}
.left .logobox {
 border-top: 25px #414141 solid;
 border-bottom: 25px #414141 solid;
}
.left .logobox .story {
 display: flex;
 flex-direction: column;
 align-items: center;
}
.left .logobox .story img {
 background: #000;
 width: 190px;
 height: 30px;
 padding: 5px 10px;
 border: 2px #414141 solid;
}
.left .logobox .story button {
 background: #000;
 padding: 4px 15px;
 color: white;
 width: 150px;
 margin-left: 50px;
 border: none;
 font-variant: small-caps;
 text-align: right;
}
.left .logobox .story button:hover {
 background: #212121;
 color: #0077A7;
}
.left .logobox .story button:active {
 color: #777777;
}
.left .fakead {
 width: 150px;
 height: 500px;
 margin-top: 15px;
 margin-bottom: 35px;
 border: 1px solid #777777;
 outline: 1px solid #777777;
 outline-offset: -7px;
 overflow: hidden;
}
.left .fakead img {
  height: 500px;
  margin-left: -50px;
}














