* {
  box-sizing: border-box
}

html {
  font-size: 62.5%;
  line-height: 1.15;
}

a {
  color: inherit;
  text-decoration: none;
  outline: 0;
}

a:hover {
  color: rgb(255,32,32);
}

body {
  color: rgb(255,255,255);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 1.6rem;
  margin: 0;
}

h2 {
  color: rgb(255,255,255);
  font-size: 1.4rem;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

section {
  display: block;
}

.site-theme {
  background-color: rgb(24,24,24);
}

.site-container {
  margin-top: 68px;
  overflow: hidden;
}

.nav {
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  position: fixed;
  width: 100%;
  height: 68px;
  background-color: rgb(32,32,32);
  z-index: 999;
  user-select: none;
}

.wrap {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 50px;
  margin-right: 50px;
  max-width: 1050px;
}

.logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 55px;
  width: 55px;
}

.links {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 600;
  text-transform: capitalize;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(255,255,255);
}

.link {
  padding: 18px 16px;
  font-size: 1.8rem;
}

.content {
  min-height: 100vh;
}

.home-container {
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
  width: 100%;
  min-width: 320px;
  max-width: 1520px;
}

.home {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: auto 545px;
  margin-top: 40px;
  overflow: hidden;
  margin-bottom: 10px;
  padding-left: 12px;
}

.news-feed-wrap {
  min-width: 0;
  overflow: visible;
}

.section-header {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 1.8rem;
}

.gap {
  margin-bottom: 20px;
}

.news-entry {
  margin-bottom: 20px;
  min-width: 0;
}

.news-entry-wrap {
  background: rgb(42,42,42);
  border-radius: 8px;
  font-size: 1.4rem;
  overflow: hidden;
  position: relative;
}

.news-entry-text {
  padding: 20px;
}

.news-entry-header {
  display: flex;
}

.news-entry-title {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  font-weight: bold;
}

.timestamp {
  color: rgb(181,181,181);
  font-size: 1.2rem;
  position: absolute;
  right: 12px;
  bottom: 0px;
}

.info-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 300px;
  max-width: 1320px;
  padding-left: 100px;
  padding-right: 100px;
  position: relative;
  width: 100%;
}

.info-container-home {
  margin: 0 auto;
  max-width: 1320px;
  position: relative;
  width: 100%;
}

.info-title {
  color: rgb(255,255,255);
  font-size: 3rem;
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
}

.info-body {
  background-color: rgb(42,42,42);
  border-radius: 8px;
  font-size: 1.8rem;
  padding: 25px;
  line-height: 1.6;
  margin-bottom: 35px;
}

.outliner {
  border-radius: 8px;
  height: auto;
  overflow: hidden;
  position: absolute;
  max-width: 200px;
  width: 100%;
  background-color: rgb(42,42,42);
  padding: 25px;
  left: -200px;
  top: 70px;
}

.outliner a {
  font-size: 2rem;
  text-align: center;
  display: block;
  line-height: 1.6;
}

.wrap-bottom {
  margin-top: 60px;
  text-align: center;
}

.footer {
  background-color: rgb(32,32,32);
  color: rgb(181,181,181);
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 600;
  margin-top: 20px;
  min-height: 100px;
  padding: 50px 30px;
  text-align: left;
  width: 100%;
}

.footer-container {
  display: flex;
  max-width: 1520px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
  padding-right: 100px;
}

.footer-links {
  display: flex;
  margin-left: auto;
  font-size: 1.5rem;
}

.footer-links section {
  margin-left: 80px;
}

.footer-links a {
  display: block;
  padding: 10px;
}