﻿:root {
    --background: #f2f2f2;
    --primary: #182752;
    --primary-offset: #2ba3ed;
    --secondary: #a7d238;
}

.quote-error {
    background-color: black;
    border-radius: 20px;
    text-align: center;
}