@charset "utf-8";
/* Title: Nice Industries Party Time
** Description: Reset browser defaults
** Author: Jessica Greenwalt
** Created: 10-22-2025
** Updated: 10-22-2025
************************************** */

/* = Reset
** ----------------------- */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, button, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
input, textarea,
table, caption, tbody, tfoot, thead, tr, th, td,
a, article, aside, figure, footer, header, menu, nav, section, menu,
time, mark, audio, video {
	padding:0;
	margin:0;
	border:0;
	outline:0;
	font-size:100%;
	font-weight: unset;
	vertical-align:baseline;
	text-align: center;
	box-sizing: border-box;
	}