body {
    margin: 0;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFCC00; /* Adjust the color to match the exact yellow shade */
}

.coming-soon {
    font-size: 32px; /* Adjust size as needed */
    color: white; /* Text color set to white */
    padding: 10px 40px;
    background-color: #333; /* Background of the button */
    border-radius: 50px; /* Rounded corners */
    font-weight: bold; /* Bold font */
}
