export interface Prize {
    title: string;
    prize: string;
}
