@charset "utf-8";
/* Stellar Walk News */
.stellar-walk-news-wrapper {
  background-color: #41434A;
  color: #fff;
  padding: 1em 2em;
  min-height: 100vh;
}

.stellar-walk-news-wrapper h1, h2 {
  margin: 1em 0;
  padding: 0;
}

.stellar-walk-news-wrapper a {
  color: #00C6D2;
}

.stellar-walk-news-wrapper .pagination {
  display: flex;
  flex-flow: row;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 5em;
}

/* footer はアプリ内では見えないようにする */
.stellar-walk-news-footer {
  visibility: hidden;
}
