body {
    font-family: "Albert Sans", sans-serif;
}

p {
    margin-bottom: 0;
}

.quote-success-alert {
    top: 10vh;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 100;
    text-align: center;
    background-color: #ffa6fb;
    color: #000;
    padding: 10px;
    border-radius: 12px;
}
