body {
  font-family: Arial, sans-serif;
  max-width: 500px;
  height: 800px;
  margin: 0 auto;
  padding: 20px;
  background: linear-gradient(to top, #7240a8, hsl(330, 1%, 28%));
}

label {
  display: block;
  margin-top: 20px;
  color: #3f1e62;
}

input[type="text"],
input[type="tel"],
textarea {
  width: 410px;
  padding: 10px;
  margin-top: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  color: #3f1e62;
}
textarea {
  height: 200px;
}
.submit {
  background-color: hsl(330, 1%, 28%);
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  align-self: center;
}

.submit:hover {
  background-color: #3f1e62;
  border: 1px solid whitesmoke;
}
a {
  color: antiquewhite;
  text-decoration: none;
}
.main {
  font-size: 40px;
  color: white;
}
.container {
  max-width: 800px;
  padding: 0 20px;
  margin: 20px auto;
}
.wrapper {
  width: 100%;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 1px rgba(0, 0, 0, 0.1);
  height: 500px;
  background: #8d5dc1;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  display: flex;
  justify-content: center;
}
.wrapper form {
  padding: 0px 25px 25px 25px;
}
table,
th,
tr {
  border: 2px solid black;
  padding: 5px;
}
th {
  font-size: 30px;
  font-weight: 700;
  font-family: Arial;
  color: #004d00;
}
tr {
  font-size: 25px;
  color: crimson;
  font-weight: 400;
  font-family: Georgia;
}
button{
  background-color: #7a1be0;
  color:white;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 20px;
  align-self: center;
}
button:hover{
  background-color: #8026e1;
}
