/* Style the container */
/* Style the container */
.container {
    text-align: center;
    background-color: #ffffff; /* White background */
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
    color: #000000; /* Black text */
}

/* Style the main heading */
.main-heading {
    font-size: 2rem;
    text-align: center;
}

/* Style the timer button */
#focusButton {
    background-color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    text-align: center;
    display: block;
    margin: 0 auto; /* Center the button horizontally */
    text-decoration: none; /* Remove underline for links */
}

#focusButton img {
    width: 600px; /* Set the image width */
    height: 200px; /* Set the image height */
}

/* No hover effect for the button */
