.fulllog {
 display: flex;
 justify-content: center;
 align-items: center;
}
.logs {
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
}
.featuredlogs {
  display: flex;
  flex-direction: column;
  padding: 45px;
  margin-top: 0px;
  margin-bottom: 40px;
  border: solid 3px #B80808;
  border-left: solid 14px #B80808;
  border-right: solid 14px #B80808;
  width: 750px;
}
#loggled {
  text-align: center;
  padding: 45px;
  background: #4B0202;
  border: solid 3px #B80808;
  border-left: solid 14px #B80808;
  border-right: solid 14px #B80808;
  border-bottom: none;
  width: 750px;
}
.block {
  width: 14px;
  height: 250px;
  margin: 14px;
  background: #d4b414;
}