h1 {
    text-align: left;
}

#search-bar {
    margin: 20px auto;
    width: inherit;
    padding: 10px;
    padding-bottom: 10px;
    float: left;
}

#search-results {
    margin: 20px auto;
    width: inherit;
    padding: 10px;
    padding-bottom: 10px;
    float: left;
}

.result {
  fborder: 1px solid #90b5ff;
  box-shadow: 0 0 13px 2px rgba(144, 181, 255, 0.30);
  border-radius: 1px;
  margin-bottom: 10;
  padding: 12px;
  background: #0e0e0e;
}

.common-question {
    cursor: pointer;
      display: flex;
  flex-direction: column;
}

.common-question:hover {
  background-color: #3276b1;
}

#question {
    display: flex;
    width: 100%;
}

#answer {
    display: flex;
    width: 100%;
}