
body {
    background-image: url("../img/tea-bg.png");
    background-color: #cccccc; /* Fallback color in case the image doesn't load */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-size: cover; /* Ensures the image covers the entire background */
    background-attachment: fixed; /* Keeps the image fixed while scrolling */
    background-position: center center; /* <-- Ensures center is always shown */
    display: flex;
    justify-content: center;
}

.header-logo {
    position: fixed;
    margin-top: 18px;
    width: 40%;
    min-width: 340px;
    height: auto;
}

.opensans {
    font-family: "Open Sans",Arial,Helvetica,Sans;
}

p {
    font-size: 11pt;
}

.content-block {
   position: absolute;
   top: 200px;
   left: 0;
   width: 100%;
   text-align: center;
}
