body {
  font-family: Arial, sans-serif;
}

h1 {
  text-align: center;
  font-family: Arial, sans-serif;
}

.currencyConverter,
.variantCurrencyConverter {
  display: flex;
  margin: 0 auto;
  width: calc(100% - 2.5rem);
  max-width: 32rem;
  padding: 1.25rem 0 3.125rem;
  flex-direction: column;
  font-family: inherit;
  background: transparent;
}
