/* ====================================================
   Quote Machine Styles
========================== */

.quotes {
    position: relative;
}

.quotes h2 {
    margin-bottom: 0;
}

button.refresh {
    background: none;
    border: none;
    padding: 0;
    font-size: 3rem;
    color: var(--blue900, #056e83);
    position: absolute;
    top: 0;
    right: 1rem;
    cursor: pointer;
}
