﻿html, body { font-size: 14px; }

.invalid-notice { height: 100vh; display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 3rem; }
.invalid-notice div { font-size: 2.5rem; font-weight: bold; line-height: 1.5;text-align:center; }
.underline-text { text-decoration: underline; text-underline-offset: 2.3px; text-decoration-thickness: 1px; }

@media (min-width:900px) {
}

@media(max-width:1024px) {
}


@media(max-width:768px) {
    .btn-print { display: none !important; }
}


@media(max-width:568px) {
}
