body {
    background-color: black;
    color: white; /* Ensures text is readable */
}

/* Coming Soon Style */
.ComingSoon{
    display: flex;
    flex-direction: column;

    height: 100vh;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.MainText{
    text-align: center;
}

.Logo{
    /* display: block; */
    
    width: 300px;
    height: auto;

    margin-bottom: 50px;

    /* margin-bottom:50px;
    margin-left: auto;
    margin-right: auto; */
}

.InstagramLogo{
    width: 25px;
    height: auto;

    margin-top: 50px;
}