.noticeLink
{
	padding: 2px 5px;
    display: block;
    border-top: 2px solid #b5ff00;
    width: max-content;
    border-bottom: 2px solid #b5ff00;
    margin: auto;
    margin-top: 10px;
}

.notice
{
	display: block;
    height: calc( 100vh - 460px );
    min-height: 300px;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: white;
    position: relative;
}

.noticeBox
{
	background-color: #0000008a;
    padding: 20px;
    border-radius: 12px;
    position: absolute;
    width: inherit;
    transform: translate3d(-50%, -80%, 0);
    left: 50%;
    top: 50%;
}

.noticeTxt
{
	margin-bottom: 15px;
}

.site-title
{
	font-weight:600 !important;	
}

.line
{
	display: block;
    width: 90%;
    border-bottom: solid 1px;
    margin: auto;
    /* padding: 7px 0; */
    padding-top: 3px;
    padding-bottom: 5px;
}

#main {
    background: #000000;
}

.q
{
	display: inline-block;
    color: #25ef25;
    font-weight: 500;
    /* padding: 5px; */
    margin-bottom: 2px;
    /* background-color: #07fefe; */
    border-radius: 10px;
	vertical-align: top;
}

.a
{
	display: inline-block;
    color: white;
	margin-left: 4px;
}
.qPart
{
	padding: 10px 0;
}