/* Start custom CSS for html, class: .elementor-element-09aa23e */body{
    background: black;
    color: white;
}

button{
    color: black;
    margin-top: 20px;
    width: 150px;
    font-size: 1.2rem;                              
}

.container{
    width: 80%;
    height: 100dvh;
    display:grid;
    place-items: center;
    text-align: center;
    margin: auto;
}

h1{
    font-weight: bold;
}

h2{
    font-size: 1rem;
}

@media screen and (max-width:500px){
    
    .container{
        width:90%;
        margin:auto;
    }
        
    .complete_container{
        display:grid;
        place-items:center;
    }
    
    .complete_container h2{
        font-size:1.2rem;
        margin-top:20px;
    }
    
    .complete_container h1{
        font-size:2rem;
        font-weight:bold;
        margin:20px 0;
    }
    
    .complete_container p{
        width:80%;
        
    }
    
    .complete_container div img{
        width:50%;
    }
}/* End custom CSS */