@font-face
{
  font-family: Poppins;
  src: url("../fonts/Poppins/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body, html {
  padding: 0px;
  margin: 0px;
  height: 100%;
}

.content {
  height: 100vh;
  width: 100vw;
  position: relative;
  overflow-y: scroll;
}
/* 隐藏 Chrome、Safari 和 Opera 的滚动条 */
.content::-webkit-scrollbar {
  display: none;
}
/* 隐藏 IE、Edge 和 Firefox 的滚动条 */
.content {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

* {
  font-family: Poppins;
}

.container {
  margin-left: 25px;
  margin-right: 25px;
}

a {
  color: #1A5CFF;
  text-decoration: none;
  transition: 0.5s ease-in-out;
}

hr {
  border-width: 1px;
  border-style: solid;
  border-color: #EEF2F5;
  margin-bottom: 10px;
}

blockquote {
  border-left: 3px solid #346bf5;
  padding: 15px 30px 15px 30px;
  margin: 0px;
}

.navbar-link {
  color: #000;
}

[vs-theme=dark] .navbar-link {
  color: #fff;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  flex-wrap: wrap;
}

.tags-btn {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0px 0px 0px;
}

[vs-theme=dark] {
  background-color: rgba(30, 32, 35, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

[vs-theme=dark] .github-markdown-body{
  background-color: rgba(30, 32, 35, 1) !important;
  color: rgba(255, 255, 255, 1) !important;
}

[vs-theme=dark] hr {
  border-color: #141414;
}

.text-center {
  text-align: center;
}

.headline {
  font-size: 250%;
}

.footer {
  background-color: lightsteelblue;
  height: 200px;
  width: 100%;
  position: absolute;
  /* bottom: 0; */
  margin-top: 80px;
}

.footer hr {
  border-color: #fff;
}

[vs-theme=dark] .footer {
  background-color: #141414;
}


[vs-theme=dark] .footer hr {
  border-color: #000;
}

@media only screen and (min-width: 415px) {
  .menu-btn {
    display: none !important;
  }
}

[vs-theme=dark] .container-card {
  background-color: rgba(30, 32, 35, 1) !important;
}

[vs-theme=dark] .noticeTable {
  color: #FFF;
}
