.not-found {
  margin-top: 50px;
  height: calc(100vh - 100px);
  display: flex;
  flex-direction: column;
  align-items: center;
}
.not-found h2 {
  margin-top: 30vh;
  font-size: 18px;
}
.not-found a {
  margin-top: 20px;
  color: #006aa4;
  font-weight: bold;
  display: flex;
  align-items: center;
  font-size: 16px;
}
.not-found a:hover {
  text-decoration: underline;
}
.not-found a img {
  width: 18px;
  height: 18px;
  margin-right: 6px;
}
