@import url("https://fonts.googleapis.com/css2?family=Marcellus&display=swap");

* {
  box-sizing: border-box;
}

body {
  font-family: "Marcellus", serif;
  line-height: 1.5;
  font-size: 16px;
  background: url("images/denim.png") repeat;
  color: rgba(255, 255, 255, 0.8);
  margin: 0;
}

.nav {
  text-align: center;
  color: rgba(255, 255, 255, 0.2);
  padding: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav a {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 10px;
}

.nav a:hover {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}

h1,
h2,
h3 {
  font-family: "IM Fell English SC", serif;
  font-weight: normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

h3 {
  margin: 15px 0;
  font-size: 22px;
}

b,
strong {
  font-weight: 600;
}

.small {
  font-size: 14px;
}

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

a.screenshot img {
  width: 100%;
  display: block;
}

a {
  color: #ffeaa7;
  text-decoration: none;
}

.row {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.h10 {
  height: 10px;
}

a:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px;
}

.tc {
  text-align: center;
}

p {
  margin: 0.5em 0;
}

.logo {
  width: 200px;
  margin: 20px auto;
  display: block;
}

.video {
  width: 100%;
}

.text-desc {
  color: rgba(255, 255, 255, 0.3);
}

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

.footer,
.footer a {
  text-transform: uppercase;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
  margin-top: 20px;
}

.caps {
  text-transform: uppercase;
}

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

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

#cividle-key {
  border: 1px solid #666;
  border-radius: 5px;
  height: 200px;
  margin: 20px 0 50px 0;
  font-size: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#cividle-key .desc {
  font-size: 16px;
}