﻿.ticker {
	font-family: "Open Sans";
	position: relative;
	inset: 0;
	z-index: 1;
	background: #024c6e;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}
.line1 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 6px;
	width: auto;
	margin-bottom: 0;
}
.line2 {
	font-size: 12px;
	font-weight: 500;
	margin: 2px 0 12px 0;
	text-decoration: none;
	text-align: center;
}
#fireworks {
	position: absolute;
	inset: 0;
	z-index: 1;
}
.ticker-text {
	position: relative;
	z-index: 2;
	color: #fff;
	background: transparent;
	padding: 8px 16px;
	text-align: center;
	pointer-events: none;
}
canvas {
	position: absolute;
	display: block;
	inset: 0;
	z-index: 1;
}