@import url("https://fonts.googleapis.com/css2?family=Fraunces:opsz,wght@9..144,400;9..144,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lavishly+Yours&display=swap");

body {
    font-family: "Lora", serif;
    font-size: 1.05rem;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    color: #333;
}

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

a:hover {
    text-decoration: underline;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaeaea;
}

.header-left {
    flex: 1;
    font-family: "Lavishly Yours", cursive;
    font-size: 28px;
}

nav.header-center {
    flex: 2;
    display: flex;
    justify-content: center;
}

.header-right {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 15px;
}

header h1 {
    margin: 0;
    font-family: "Lavishly Yours", cursive;
    font-size: 40px;
    font-weight: 600;
    padding-left: 40px;
}

nav a {
    margin-left: 20px;
    font-weight: 500;
}

.social-link {
    display: inline-flex;
    align-items: center;
    margin-left: 20px;
}

.social-icon {
    width: 1.575rem;
    height: 1.575rem;
    fill: currentColor;
    flex: 0 0 auto;
}

.social-link:hover {
    opacity: 0.8;
}

main {
    padding: 40px;
    max-width: 900px;
    margin: 0 auto;
}

.page-title {
    font-family: "Fraunces", serif;
    font-size: 3rem;
    margin-bottom: 0.5rem;
    margin-top: 0;
    text-align: center;
}

h2, h3 {
    font-family: "Lora", serif;
}

h3 {
    font-size: 1.4rem;
}

hr {
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 1rem 0;
}
