tailwind.config = {
	theme: {
		extend: {
			colors: {
				'cool': '#362730',
				'borderpink': '#fce6ff',
				'aliceblue': '#f0f8ff',
			}
		}
	}
}