@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
    'Helvetica Neue', Arial, sans-serif;
  max-width: 800px;
  margin: 5em auto;
  padding: 1em;
}

#converter {
  margin-bottom: 1em;
}

text {
  font-size:15px;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
}

#player{
  height:30px;
  width:60px;
}