/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.not-found-item {
  padding: 22.5px;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--dark-blue);
  gap: 90px; }
  .not-found-item .content h3 {
    margin: 0; }
  .not-found-item .content p {
    margin: 0;
    padding-top: 22.5px; }
  .not-found-item .btn {
    margin-top: auto; }

/*# sourceMappingURL=not-found.css.map */
