header {

    text-align: center;
    margin-bottom: 2rem;
}

header h1 {

    margin-bottom: 0.5rem;
}

header #description {

    margin-top: 0.5rem;
    font-style: italic;
}

#expenses svg {

    font-size: 24px !important;
}

#incomes svg {

    font-size: 24px !important;
}

form {

    margin: auto;
}

footer {

    margin-top: 3rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;

    border-top: 2px solid hsl(0, 0%, 95%);

    text-align: center;
}

footer blockquote {

    margin: 0;
    font-style: italic;
}


footer a,
footer a:visited {

    text-decoration: none;
    color: hsl(0, 0%, 50%);
}

footer a:hover {

    text-decoration: underline;
}

#export-button {
  margin-top: 10px;
}

#export-button button {
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
}
