body, html {
    height: 100%;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #333;
    color: #fff;
    text-align: center;
}

.coming-soon-container {
    background: rgba(0, 0, 0, 0.5);
    padding: 50px;
    border-radius: 10px;
}

.coming-soon-image {
    max-width: 100%;
    height: auto;
    margin: 20px 0 10px 0;
}

h1 {
    font-size: 50px;
    margin: 20px 0 10px 0;
}

p {
    font-size: 20px;
}
