a { display: inline-block; text-decoration: none; line-height: 1; font-weight: bold; border-bottom: 0.05rem dashed; color: rgb(3, 91, 242); }
a:visited { text-decoration: none; color: rgb(3, 91, 242); }
#alertsection { flex: 1; min-height: 100dvh; padding: 0 1em; display: flex; flex-flow: column nowrap; align-items: center; justify-content: start; row-gap: 1ch; overflow: hidden; }
#kuetaaclogo { max-width: 12rem; min-width: 12rem; max-height: 12rem; min-height: 12rem; background-image: url('./icons/kuetaaclogo.png'); background-repeat: no-repeat; background-size: contain; background-position: center; border: none; outline: none; }
#title { text-decoration: none; font-family: 'label'; font-weight: normal; margin: 1rem 0; padding: 1rem; text-decoration: none; font-size: 1em; line-height: 1.2; text-align: center; border: none; border-radius: 0.5em; color: white; background: rgb(204, 44, 44); }
#alert, #goodalert { text-decoration: none; font-size: 1.2em; text-align: center; color: rgb(207, 40, 40); user-select: none; }
#goodalert { max-width: 70%; padding: 0.5em 0; font-weight: bold; background: white; border-radius: 0.25em; color: rgb(7, 141, 38); }
#goto { margin-bottom: 1.2em; text-decoration: none; font-size: 1.2rem; font-weight: bold; border-bottom: 0.1em dashed; text-align: center; line-height: 1; }
@media (max-width: 700px) { :root { font-size: 12px; } #alertsection { padding-top: 10vh; } }
@media (min-width: 2000px) { :root { font-size: calc(2vw * 1em); } }
