.coming-soon {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh; /* ปรับความสูงให้เหมาะกับหน้าจอ */
    text-align: center;
}

.coming-soon h1 {
    font-size: 3rem;
    color: #b74b4b; /* เปลี่ยนสีได้ตามต้องการ */
}