@import url('https://fonts.googleapis.com/css2?family=Cormorant+SC:wght@500;700&family=Lora:wght@400;500&display=swap');

body {
  font-family: Georgia, serif;
  background-color: #dcdcdc;
  color: #222;
  margin: 0;
  padding: 0;
  line-height: 1.6;
}

h1 {
  font-size: 2.5em;
  margin-bottom: 0.2em;
}
h2 {
  font-weight: normal;
  color: #555;
  margin-top: 10px;
}

nav {
  margin: 20px 0 40px;
}

nav a {
  margin-right: 15px;
  text-decoration: none;
  color: #2a6f97;
  font-weight: bold;
}

nav a:hover {
  text-decoration: underline;
}

img {
  max-width: 100%;
  margin: 30px 0;
  border-radius: 6px;
}
.button {
  display: inline-block;
  padding: 10px 20px;
  background-color: #2a6f97;
  color: white;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  margin-top: 10px;
}

.button:hover {
  background-color: #1f4f6f;
}
.site-header {
  width: 100%;
  background-color: white;

  display: flex;
  justify-content: space-between;
  align-items: center;

  box-sizing: border-box;
background-color: white;
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
width: 100%;
}
.site-title h1 {
  margin: 0;
  font-size: 4rem;
  font-family: 'Cormorant SC', serif;
}

.site-nav a {
  margin-left: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-family: 'Lora', sans-serif;
  font-size: 0.95rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav a:hover {
  text-decoration: underline;
}
.content {
  max-width: 720px;
  margin: 40px auto;
  padding: 0 20px;
}
