@import url(https://fonts.googleapis.com/css2?family=Fira+Code&family=REM&display=swap);
.button {
  text-decoration: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 400;
  outline: 0;
  border: 0px solid transparent;
  border-radius: 4px 8px 4px 8px;
  background: rgb(252, 51, 51);
  color: #eee;
  text-shadow: 1px 1px #000;
  box-shadow: 2px 2px 0px 0px #ad0303;
  padding: 8px 16px;
  transition: 0.225s;
}
.button:hover {
  background: #fc2424;
}

.buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 16px 0;
}
.buttons .button {
  margin: 0 4px;
}

::-webkit-scrollbar {
  width: 10px;
  background: rgba(24, 24, 27, 0.8);
}

::-webkit-scrollbar-thumb {
  background: rgb(252, 51, 51);
}

@keyframes FloatingArrow {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(64px);
  }
  100% {
    transform: translateY(0px);
  }
}
code, .code, .cmd {
  background: rgba(24, 24, 27, 0.8);
  box-shadow: 0 0 8px 4px rgba(0, 0, 0, 0.2666666667);
  padding: 10px;
  margin-top: 16px;
  border-radius: 8px;
  display: block;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

*:not(.fas, .far, .fab) {
  font-family: "REM", sans-serif;
}

body {
  background: rgb(16, 16, 17);
  color: #eee;
  overflow-y: auto;
  overflow-x: hidden;
}

.topbar {
  width: 100vw;
  min-height: 100px;
  background: #101011;
  position: fixed;
  top: 0;
  left: 0;
}
.topbar .brand {
  height: 100px;
}
.topbar .button-topbar {
  width: 44px;
  height: 44px;
  font-size: 19px;
  margin: 28px 4px;
  border: 2px solid rgba(255, 255, 255, 0.2666666667);
  border-radius: 8px;
  outline: 0;
  background: rgba(24, 24, 27, 0.8);
  color: #fff;
  text-shadow: 2px 2px #000;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: 0.225s;
}
.topbar .button-topbar:hover {
  color: rgb(252, 51, 51);
  background: rgba(36, 36, 41, 0.8);
}

.landing-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 75vh;
}
.landing-container .landing-header {
  font-size: 72px;
  color: rgb(252, 51, 51);
  text-shadow: 5px 5px #000;
  text-align: center;
}
.landing-container .landing-subheader {
  font-size: 36px;
  margin-top: 12px;
  text-shadow: 3px 3px #000;
  text-align: center;
}
.landing-container .buttons {
  margin-top: 32px;
}

.landing-no-top {
  min-height: 40vh;
}
.landing-no-top .landing-header {
  margin-top: 100px;
}

.arrow-floating {
  animation: FloatingArrow 1.5s infinite;
  font-size: 48px;
  margin-bottom: -128px;
  margin-top: 64px;
  color: rgb(252, 51, 51);
  text-shadow: 3px 3px #000;
}

.hidden {
  visibility: hidden;
}

.none {
  display: none;
}

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

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

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

.footer {
  padding: 24px;
  margin-top: 64px;
  font-size: 24px;
  text-align: center;
}

a {
  color: rgb(252, 51, 51);
  text-shadow: 3px 3px #000;
  text-decoration: none;
}

.theme {
  color: rgb(252, 51, 51);
}

.post-content {
  font-size: 24px;
  text-align: justify;
}
.post-content p {
  margin: 0 auto;
  width: 900px;
  text-align: justify;
}

.created-at {
  font-size: 32px;
  margin-top: 32px;
}

.content-container .section-header {
  font-size: 48px;
  text-shadow: 2px 2px #000;
}

.children-container {
  margin-top: 5vh;
}

.section-why {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.section-why .big-paragraph {
  font-size: 20px;
  color: #aaa;
}
.section-why .reasons-container {
  margin-top: 32px;
}
.section-why .reasons-container .reason {
  width: min(900px, 90%);
  margin: 0 auto;
  margin-bottom: 16px;
  padding: 24px;
  background: rgba(24, 24, 27, 0.8);
  box-shadow: 0 0 16px 4px rgba(0, 0, 0, 0.5333333333);
  transition: 0.225s;
}
.section-why .reasons-container .reason .reason-title {
  margin-bottom: 16px;
  color: rgb(252, 51, 51);
  text-shadow: 2px 2px #000;
}
.section-why .reasons-container .reason .reason-content {
  font-size: 32px;
  text-shadow: 2px 2px #000;
  color: #ccc;
}
.section-why .reasons-container .reason:hover {
  background: rgb(252, 51, 51);
}
.section-why .reasons-container .reason:hover .reason-title {
  color: #fff;
}
.section-why .reasons-container .reason:hover .reason-content {
  color: #fff;
}

.news-container {
  margin-top: 160px;
  text-align: center;
}
.news-container .news-item {
  width: min(800px, 90%);
  height: 250px;
  margin: 32px auto;
  padding: 24px;
  box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.2666666667);
  background: rgba(24, 24, 27, 0.8);
  text-align: left;
  position: relative;
}
.news-container .news-item .news-title {
  font-size: 32px;
}
.news-container .news-item .news-content {
  color: #aaa;
  margin-top: 16px;
  line-height: 10px;
}
.news-container .news-item .news-date {
  position: absolute;
  top: 24px;
  right: 24px;
}
.news-container .news-item .news-button {
  position: absolute;
  bottom: 24px;
  right: 24px;
}
.news-container .news-item:first-child {
  margin-top: 64px;
}

@media only screen and (max-width: 768px) {
  .topbar .topbar-left, .topbar .topbar-right {
    display: flex;
    align-items: center;
    justify-content: center !important;
  }
  .topbar .topbar-left {
    display: none;
  }
  .reason {
    text-align: center;
  }
}
