body {
  margin: 0;
  font-family: 'Times New Roman', Times, serif;
}

.contain {
  border-radius: 50px;
  padding: 30px; 
  box-shadow: 0 6px 18px rgba(20,20,50,0.08);
  text-align: center;
}

h1 {
  margin: 0 0 14px; 
}

#inputs {
  margin-bottom: 15px;
} 

#inputs input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
} 

#submits {
  padding: 10px 12px;
  background: #2c7ecf;
  color: white;
  border: none; 
  border-radius: 8px;
} 

.options {
  margin-top: 10px;
}

.options select, 
.options input {
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #ddd;
}

button {
  padding: 10px 12px;
  margin-left: 8px;
  border-radius: 8px;
  border: none;
  background: #444444;
  color: white;
}

section {
  margin-top: 15px;
  margin-left: 100px;
  margin-right: 100px;
}

table {
  width: 100%;
  border-collapse: collapse;
  box-shadow: 0 6px 18px rgba(20,20,50,0.08);
}

th, td {
  padding: 10px;
  border: 1px solid rgb(103, 102, 102);
  text-align: center;
  font-size: 16px;
}
