:root {
  --gold: #8e7444;
  --dark: #181818;
}

@font-face {
  font-family: "UglyQua";
  src: url(fonts/UglyQua.ttf);
}

html {
  color: var(--gold);
  font-size: 1em;
  line-height: 1.4;
}

body {
  background-color: var(--dark);
  font-family: UglyQua, serif;
}
a.btn {
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.125em;
  padding: 0.75em 1.5em;
  background-color: var(--gold);
  color: var(--dark);
  border-radius: 0.25em;
}
section {
  margin: 0 auto;
  text-align: center;
}
.hero {
  margin: 0 auto;
  text-align: center;
  background-image: url("../img/background-secondamorte.png");
  background-position: center;
  background-size: cover;
  padding: 2em 1em;
}
p.caption {
  text-transform: uppercase;
  letter-spacing: 1em;
  font-size: 0.75rem;
  line-height: 1;
}
img.logo {
  max-width: 24em;
  width: 100%;
  margin-bottom: 1em;
}
.hero img.mockups {
  max-width: 52em;
  width: 100%;
}
.specs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2%;
  padding-bottom: 2em;
}
.specs .item {
  max-width: 20em;
}
.specs .item {
  display: flex;
  text-align: left;
}

.specs .item img.copies {
  width: 6em;
  margin-right: 1em;
}

.specs .item p.type {
  width: 10em;
}
.social {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5em;
  padding: 1em;
}
.social img {
  width: 1.5em;
}

footer {
  margin: 0 auto;
  text-align: center;
  padding: 2em;
  font-size: 0.75rem;
}
