@font-face {
	font-family: skyFontThick;
	src: url(SKYfontThick.ttf);
}
#announcement
{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#lbText
{
    font-size: 32px;
    font-weight: 600;
	color: #FFFF00;
}
#lbText > span
{
	font-family: skyFontThick, Helvetica, Arial;
}
#link
{
    font-size: 24px;
    color: #00ffea;
    text-decoration: underline;
}
#link:hover
{
    color: #FFFFFF;
}