headerNow {
    display: flex;
    width: 98%;
    flex-direction: row;
    align-items: flex-end;
    color: white;
    border: solid 4px #4cf9fa;
    border-radius: 1vw;
}
headerNowLeft {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20vw;
    padding: 6px;
}

headerNowCenter {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    width: 60vw;
    padding: 6px;
    align-self: center;
}

headerNowRight {
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20vw;
    padding: 6px;
}
.container {
    position: relative;
    text-align: center;
}
allianceInitials {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: large;
    color: #f5e26d;
    padding-top: 48px;
}
dayPart {
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: larger;
    padding-top: 60px;
}
username, allianceName {
    font-size: large;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
    color: #f5e26d;
}
nowsegment {
    display: flex;
    flex-direction: row;
    align-items: center;
    align-self: center;
}
servertime {
    margin: 0 2vw;
}

headerdayicon {
    border: solid 5px #ffba2d;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-size: 65px;
    background-repeat: no-repeat;
    background-position: center;
}

body[dow="6"] headerDayIcon {
    background-image: url(CrossedBlades.png);
}

dayIconAndServerDOW {
    display: flex;
    flex-direction: column;
}
serverDOW {
    font-size: x-large;
}
serverDOW::before {
    content: "Day ";
}
