@media (max-width: 768px) {
  #heading_oops_sorry {
    text-align: center;
    font-size: 32px!important;
    margin-bottom: 1.5rem;
  }
}

#heading_this_site {
  text-align: center;
}

@media (max-width: 576px) {
  #list_might_because {
    color: rgb(0,147,228)!important;
  }
}

@media (min-width: 992px) {
  #container {
    margin-top: 25vh!important;
  }
}

