form{
    width: 50%;
    margin-left: auto;
    margin-right: auto;


}

#message{
    margin-top: 10px;
    margin-bottom: 20px;
}

#address{
    margin-bottom: 20px;
}
#lname{
    margin-bottom: 20px;
}
#fname{
    margin-bottom: 20px;
}
#sudmitButton{
  color: white;

  cursor: pointer;

}
body{
    text-align: center;
}