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

nav {
  text-align: center;
  margin: 20px 0;
}

nav a {
  font-family: 'Cormorant Garamond', serif;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
}

nav {
  text-align: center;
  margin: 40px 0;
  font-size: 18px;
}

nav a {
  color: black;
  text-decoration: none;
}

nav a:hover {
  text-decoration: underline;
}

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

.release {
  display: flex;
  align-items: center;
  border: 6px solid #d9d9d9;
  margin-bottom: 60px;
  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;
}
