/* ************************************************************************** */
/*                                                                            */
/*                                                        :::      ::::::::   */
/*   portefolio.css                                     :+:      :+:    :+:   */
/*                                                    +:+ +:+         +:+     */
/*   By: dantremb <dantremb@student.42.fr>          +#+  +:+       +#+        */
/*                                                +#+#+#+#+#+   +#+           */
/*   Created: 2023/02/12 17:24:57 by dantremb          #+#    #+#             */
/*   Updated: 2023/02/12 22:48:54 by dantremb         ###   ########.fr       */
/*                                                                            */
/* ************************************************************************** */

body {
	background-color: black;
}

.fire {
	position: relative;
	text-align: center;
	width: 100%;
	color: #ffeb3b;
	font-weight: 600;
	font-size: 9em;
	-webkit-box-reflect: below -120px linear-gradient;
	text-shadow: 	0 0 10px #ff8c3b, 
					0 0 40px #ff8c3b,
					0 0 80px #ff8c3b,
					0 0 160px #ff8c3b,
					0 0 240px #ff8c3b;
	filter: url(#fire);
}
