@import url("https://fonts.googleapis.com/css2?family=Overpass:wght@400;600&display=swap");
@import url("https://cdnjs.cloudflare.com/ajax/libs/github-fork-ribbon-css/0.2.3/gh-fork-ribbon.min.css");

body {
  font-family: "Overpass", sans-serif;
  line-height: 1.5;
  margin: 0;
}

b,
strong {
  font-weight: 600;
}

.nav {
  text-align: center;
  background: #333;
  color: #fff;
  padding: 5px;
}

.nav a {
  color: #fff;
  margin: 0 10px;
}

.nav a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}

.container {
  max-width: 800px;
  min-width: 300px;
  margin: 20px auto;
  padding: 0 20px;
  text-align: justify;
}

a {
  color: #22a7f0;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  color: #0076b6;
}

.tc {
  text-align: center;
}

p {
  margin: 0.5em 0;
}

.logo {
  width: 300px;
  margin: 0 auto;
  display: block;
}

.video {
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
}

.text-desc {
  color: #999;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

.badge {
  width: 150px;
  margin: 0 5px;
}

.footer {
  font-size: 12px;
  color: #ccc;
  margin-top: 20px;
}

.footer a {
  color: #ccc;
}

.caps {
  text-transform: uppercase;
}

#steam-news div {
  display: flex;
  flex-direction: row;
  color: #999;
}

#steam-news div a {
  font-weight: normal;
  flex: 1;
}