*{
    margin: 0%;
    padding: 0%;
}
div{
    height: 800px;
    width: 1500px;
    background-color: rgb(48, 48, 83);
    margin-top: 100px;
    justify-items: center;
    border-radius: 20px;
    background-image:url(./flat-design-illustration-customer-support_23-2148887720.avif) ;
    background-repeat: no-repeat;
}

h1{
    color: white;
    margin-left: 800px;
    margin-top: 50px;
}
input{
    color: white;
    margin-left: 800px;
    margin-top: 50px;
    height: 40px;
    width: 400px;
}
button{
    color: black;
    background-color: white;
    margin-left: 800px;
    margin-top: 50px;
    height: 50px;
    width: 200px;
    border-radius: 20px;
}