body{
background-image: url("Star-Wars.jpg");
background-size: cover;
justify-content: center;
align-items: center;
}

.form-container {      
    justify-content: center;
    align-items: center;
    background-size: cover;    
    width: 350px;
    padding: 50px;
    border-style: solid;
    border-color: black; 
    background-color: white; 
}
