.main-content-wrap {
  max-width: 1140px;
}

#about-card {
  margin: unset !important;
  top: 50% !important;
  left: 50%;
  transform: translate(-50%, -50%);
}

.header-right-icon {
  position: absolute;
  top: 12.5px;
  right: 20px;
  margin-right: 150px;
  color: #88909a;
}

.header-search-form {
  font-size: 12px;
  position: absolute;
  top: 15px;
  right: 30px;
  color: #88909a;
  border: 1px solid #c4c8d8;
}

.header-search-form:focus,
.header-search-input:focus {
  outline: none;
}

/* for disabling pre element background color become black in code block */
pre {
  background: transparent !important;
}

code > span {
  background: transparent !important;
}

div.sidebar-profile {
  margin-bottom: 60px !important;
}

input:focus {
  outline: none;
}
