body {
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

a {
    color: #fff;
    text-align: center;
    overflow-wrap: anywhere;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

ul {
    margin: 0;
    padding: 0;
}

li {
    color: #ffc;
    text-align: left;
    word-wrap: normal;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
}

.li {
    color: #ffc;
}

.number {
    margin-top: -9px;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 48px;
    font-weight: bolder;
    text-shadow: 0px 0px 6px#ff6;
}

.footer {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 8px;
}

.projLogo {
    height: 128px;
}

.projLogo2 {
    height: 64px;
}

.horiz {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 16px;
    flex-wrap: wrap;
}

.vert {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footer2 {
    margin-top: -8px;
    font-size: 12px;
}

.title {
    margin-top: 16px;
    font-size: 26px;
    font-weight: bold;
}

hr {
    width: 480px;
    max-width: 100vw;
    margin-top: 8px;
    margin-bottom: 16px;
    border: 1px solid #333;
}

.mb {
    margin-bottom: 8px;
}

.mb2 {
    margin-bottom: 16px;
}