* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    background-color: #0F0F0F;
    color: #fff;
    font-family: Arial, sans-serif;
}
.comming-soon {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: Arial, sans-serif;
}
.comming-soon img {
    width: 150px;
    margin-bottom: 20px;
}
.comming-soon h1 {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    text-transform: uppercase;
}
