html{

}
body{
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically */
  min-height: 100vh; /* Ensures the parent takes full viewport height */
  margin: 0; /* Remove default body margin */
}
.main{
    width: auto;
    height: auto;
    text-align: center;
}
.logo{
    width: 250px;
}
.coming-soon{
    text-align: center;
}
.divtext{
    width: 500px;
    text-align: center;
}