table,
th,
td {
  border: 1px solid black;
  border-collapse: collapse;
}
table {
  width: 60%;
  height: 40%;
}

.table {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 100px;
}

th,
td {
  padding-top: 10px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 40px;
}
.result-section {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form {
  width: 330px;
  height: 630px;
  padding: 30px;
  border: 5px solid #34495e;
  border-radius: 10px;
  outline: none;
  background: rgba(52, 73, 94, 1);
}
.form input {
  width: 90%;
  background: transparent;
  padding: 3px;
  border: 2px solid #16a085;
  border-radius: 5px;
  color: #ecf0f1;
  outline: none;
  height: 15px;
  margin-bottom: 10px;
}

.form label {
  color: #ecf0f1;
  margin-bottom: 4px;
  display: block;
  font-size: 15px;
  cursor: pointer;
  padding: 1px;
}
p {
  text-align: center;
  font-size: 16px;
}

.btn {
  width: 200px;
  height: 60px;
  padding: 20px;
  margin-top: 50px;
  background-color: blueviolet;
  color: bisque;
  font-weight: bold;
  margin-top: 80px;
  margin-bottom: 10px;
  border: none;
  border-radius: 10px;
}
.btn:hover {
  background-color: green;
}
