/* === BASIC PAGE STYLES (ALL PAGES) === */
body {
    font-family: 'Lora', Georgia, serif;
    @import url('https://fonts.googleapis.com/css2?family=Kalam&display=swap');
    font-size: 21px;
    line-height: 1.4;
    background-color: #FFF8DC;
    padding: 20px;
}
h1 { font-size: 32px; }
h2 { font-size: 24px; }

/* === MENU BUTTON BASE STYLES (ALL PAGES) === */
.wood-menu-button {
    border-radius: 50%; overflow: hidden;
    position: absolute;
    width: 60px;
    height: 60px;
    border: none;
    background: transparent;
    cursor: pointer;
    z-index: 4;
}

/* === AMAZON BUTTON === */
.amazon-support-button {
    display: inline-block;
    background: #8B4513;
    color: #FF8C00;
    padding: 10px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-family: 'Kalam', cursive;
    font-size: 21px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.3);
    text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
}

/* === POSITION CLASSES FOR DIFFERENT PAGE TYPES === */
.home-position {
    top: 250px;    /* from top instead of bottom */
    right: 39px;  /* pull left from edge */
}

.page-position {
    top: 35px;     /* for pages with just the sign */
    right: 45px;
}
