body {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-family: "Montserrat", Arial, sans-serif;
  height: 80vh;
  margin: 0;
}

form {
  width: 300px;
  border: solid 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 20px;
  padding:30px;
}
tr{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  margin: 20px;

}

td{
    padding: 5px;
}
button{
    background-color: #43d1bf;
    padding: 5px;
    margin-top: 15px;
    width: 150px;
}
button:hover {
  background-color: #f64fd6;
}