.site-header {
  text-align: center;
  padding: 40px 0 20px;
}

/* reset */
body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000;
}

/* header container */
header {
    padding: 30px 10px;
    border-bottom: 1px solid #000000;
}

/* little symbols above title */
.symbol {
    color: #000000;
    letter-spacing: 6px;
    font-size: 0.9em;
}

/* main title */
.harry {
    font-family: "EB Garamond", serif;
    font-size: 32px;
}

.subtitle {
    font-family: "Cinzel", serif;
    font-size: 0.9em;
    color: #ccc;
}

nav {
    margin-top: 15px;
    font-family: "Cinzel", serif;
    font-size: 0.85em;
    text-decoration: none;
}

nav span {
    color: #000000;
    margin: 0 8px;
}

.simple-header {
    padding: 25px 10px;
    border-bottom: 1px solid #000000;
    text-align: center;
}

.top-nav {
    font-family: "Cinzel", serif;
    font-size: 0.85em;
    margin: 6px 0;
}

.top-nav a {
    color: #000;
    background-color: #f2f2f2;
    padding: 2px 6px;
}



.symbols {
  font-family: "Libre Baskerville", serif;
  font-size: 14px;
  letter-spacing: 6px;
  margin-bottom: 10px;
}

body {
  margin: 0;
  padding: 0;
  background: #ffffff;
  color: #000;
  font-family: "Times New Roman", serif;
}


main {
  width: 85%;
  margin: auto;
}

header h1 {
    font-family: "UnifrakturCook", cursive;
    font-size: 3.4em;
    margin: 10px 0 5px;
    letter-spacing: 3px;
    color: #000000;
}

.release {
  display: flex;
  align-items: center;
  border: 1px solid #000000;
  margin-bottom: 60px;
  margin: 40px;
  padding: 30px;
  gap: 40px;
}

.release img {
  width: 260px;
  height: auto;
  border: 1px solid #000;
}

.release-info {
  flex: 1;
  position: relative;
}

.release-info h1 {
  font-size: 48px;
  margin: 0;
  font-weight: bold;
}

.release-info h2 {
  font-size: 40px;
  margin: 10px 0;
  font-weight: bold;
}

.release-info ul {
  list-style: none;
  padding-left: 0;
  font-size: 18px;
}

.release-info li::before {
  content: "- ";
}

.date {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 18px;
}
