/* General Reset */
body, h1, h2, h3, p {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

body {
    background-image: url('background.jpg');
    background-size: cover;
    background-position: center;
    color: #fff;
    text-align: center;
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.container {
    background: rgba(10, 50, 10, 0.83); /* Semi-transparent overlay */
    padding: 20px;
    border-radius: 10px;
    max-width: 600px;
    width: 90%;
}

header h1 {
    font-size: 2.5rem;
    margin-bottom: 10px;
}

.subtext {
    font-size: 1.2rem;
    margin-bottom: 20px;
    font-style: italic;
    color: #ddd;
}

main h2 {
    font-size: 1.8rem;
    margin: 20px 0 10px;
    color: #ffcc00;
}

.honey-info .honey-type {
    margin-bottom: 15px;
}

.honey-info h3 {
    font-size: 1.4rem;
    margin-bottom: 5px;
    color: #ffcc00;
}

.contact-info p {
    margin: 10px 0;
}

a {
    color: #ffcc00;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}
