 

body{
    background-color: black;
    margin: 0px;
   
}

.main
{
    width: 100vw;
    height: 100vh;
    margin: auto;
    background-repeat:no-repeat;
    background-image: url('Coming soon.png');
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
  
    
   
}

.holder
{
    display: flex;
    flex-direction: column;
   
    
    flex:2.6;
    
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
 

 .holder2
{
     
    flex:1;
    display: flex;
    width:100%;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}

.holder2 div{
 
    text-align: center;
    flex:1;
}




 .holder2 a{
    color: aliceblue;
    font-size:1.2rem;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
}

.main img
{
  width: 100%;
  height: auto;
}