body {
    font-family: 'EB Garamond', serif;
    color: #435060;
}

#body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

input {
    background-color: #e3ed5585;
    border: none;
    border-radius: 5px;
    padding: 3px;
}

input:focus {
    background-color: #e3ed55;
    border: none;
}

h1 {
    font-style: italic;
    font-size: 40px;
}

#copies {
    font-family: 'IBM Plex Mono', monospace;
}

footer {
  position: fixed;
  bottom: 0;
}

#credits {
    font-style: italic;
    font-size: 24px;
}

#credits img {
    height: 20px;
    margin-left: 10px;
    margin-right: 10px;
}

