body {
    background-color: #f0f0f0;
    font-family: Helvetica, sans-serif, sans-serif;
}

.homepage {
    text-align: center;
}

h1 {
    color: #333;
    text-align: center;
}

p {
    font-size: 18px;
    color: #666;
}

hr {
    margin: 24px 0;
}


.result {
    margin-top: 20px;
    font-size: 24px;
    text-align: center;
}


.bullet-point-header::before {
    padding-left: 20px;
    content: "• "
}



/* CHATGPT BS BELOW (countdown) */

.countdown-container {
    display: flex; /* Use flexbox to align items */
    align-items: center; /* Center items vertically */
    justify-content: flex-start; /* Align items to the left */
    font-size: 15px;
    margin-top: 20px;
    width: 100%; /* Make sure it takes full width */
}
.countdown-text {
    font-size: 15px; /* Adjust size as needed */
    margin-right: 5px; /* Space between text and countdown */
}

.bandcamp-container {
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    justify-content: center;
    padding: 0 20px;
    min-width: 740px; /* Ensures container is wide enough for both items */
}

.bandcamp-item {
    flex: 0 0 350px; /* Prevents shrinking and growing */
}

.bandcamp-item iframe {
    width: 100%;
}
