body {
  font-family: Helvetica, Arial, sans-serif;
  max-width: 700px;
  margin: 40px;
  -webkit-font-smoothing: antialiased;  
  line-height: 1.5;
}

@media (max-width: 460px) {
  body {
    margin-left: 14px;
    margin-right: 14px;
  }
  .glitchButton .glitchButtonElement {
    margin: 0 !important;
    padding-right: 14px !important;
  }
  .glitchButton img {
    width:20px;
  }
  h1 {
    font-size: 1.8em;
  }
}

a:link, a:visited {
  text-decoration: none;
  color: black;
  border-bottom: 2px solid #29B6F6;
}

h1, h2 {
  font-family: 'IBM Plex Mono', serif;
  color: #29B6F6;
}

ul, ol {
  padding-left: 40px;
}

li {
  margin-bottom: 10px
}

code {
  padding: 3px 5px;
  margin: 0 2px;
  white-space: nowrap;
  background-color: #f8f8f8;
  color: #E91E63;
  border-radius: 3px;
  font-size: 16px;
}

.formula code {
  background: transparent; 
  color: black;
  white-space: normal;
}

.input-container {
  display: inline-block;
  margin-bottom: 14px;
}

label {
  line-height: 22px;
  color: black;
  font-size: 12px;
  display: block;
  font-weight: bold;
}

input {
  font: inherit;
  color: #333;
  box-sizing: border-box;
  letter-spacing: 1px;
  border: 0;
  border-bottom: 2px solid #F06292;
  width: 80px;
  margin-right: 14px;
}

.formula input {
  width: 60px;
  margin-right: 0;
}

button {
  background: #F06292;
  color: white;
  font-size: 1em;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 18px;
  border-radius: 4px;
  box-shadow: none;
  border: none;
  cursor: pointer;
}

.footer {
  position: relative;
  margin-top: 60px;
  font-size: 14px;
}
.footer::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  bottom: 30px;
  left: 0;
  border-bottom: 6px solid #F06292;
}

.settings {
  padding: 14px;
  margin: 0 2px;
  background-color: #f8f8f8;
  border-radius: 3px;
  border: 1px solid #EEEEEE;
}