@import "nav.css";
@import "main-teaser.css";
@import "teaser.css";

/* @import 'footer1.css'; */

@import "footer2.css";
@import "self.css";
@import "article.css";
body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

@media only screen and (max-width: 250px) {
  body {
    word-break: break-all;
  }
}

/* GAEL-SRC.GITHUB.IO */
.gael-src-link {
  color: black;
  border: solid 1px black;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  padding: 5px 10px;
}
.gael-src-link:hover {
  color: white;
  background-color: black;
}
.gael-src-link-wrapper {
  min-height: 500px;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
