body{
    background-image: url("/image.png");
    background-repeat: no-repeat; 
    background-size:50cm;
    text-align: center;
    
}
form{
    background-color: bisque;
    border: 10px solid  burlywood;
    padding: 10px;
    margin: 600px;
    box-sizing: border-box;
    width: 400px;
    text-align: justify;
    margin-top: 300px;
}
h2{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
button{
    margin-left:150px;
}