.purchase-header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 80px;
    font-size: 2em;
    color: white;
}

.purchase-where-to-put-overlay {
    background-color: var(--primary);
}
