* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    height: 100vh;
    background-color: #228B22; /* Forest Green */
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: Arial, Helvetica, sans-serif;
}

.coming-soon {
    color: #ffffff;
    font-size: 3rem;
    font-weight: bold;
    text-align: center;
}
