body{
    padding: 0;
    margin: 0;
}

.comingSoon{
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    max-height: 100%;
    background-image: url("cyber.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

p{
    color: #fff;
}

.tCenter{
    text-align: center;
}

.header{
    font-weight: bolder;
    font-size: 2.1rem;
}

.head2{
    font-weight: bold;
    font-size: 1.9rem;
}

a{
    color: #fff;
    text-decoration: none;
}