/* Define some basic styles for the page */
body {
  font-family: 'Futura', sans-serif;
  text-align: center;
}

h1 {
  margin-bottom: 20px;
}

/* Style the conversion form */
#conversion-form {
  margin-bottom: 20px;
  text-align: left;
}

#conversion-form label {
  display: block;
  margin-bottom: 10px;
}

#conversion-form input[type="text"] {
  width: 50%;
  padding: 10px;
  font-size: 16px;
  font-family: 'Futura', sans-serif;
}

#conversion-form button {
  padding: 10px 20px;
  font-size: 16px;
  background-color: #007bff;
  color: #fff;
  border: none;
  cursor: pointer;
}

#conversion-form button:hover {
  background-color: #0056b3;
}

/* Style the conversion table */
#conversion-table {
  margin: 0 auto;
  border-collapse: collapse;
  width: 80%;
}

#conversion-table th, #conversion-table td {
  padding: 10px;
  text-align: left;
  border: 1px solid #ddd;
}

#conversion-table th {
  background-color: #f2f2f2;
}

form {
    display: flex;
    align-items: center;
    justify-content: center;
}

form {
    margin: 0 auto;
}

form {
    width: 50%;
}

footer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
}



