p.atdays {
    display: inline-block;
    margin: 0 auto 7px;
    background: #f0db3f;
    color: #313131;
    padding: 2px 10px;
    border-radius: 2px;
    position: relative;
    font-size: 1.2rem;
    font-weight: 600;
}
p.atdays:after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #f0db3f;
    z-index: 2;
}
p#countTimer {
    margin: 0;
    color: dimgray;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: 0.08rem;
}
p#countTimer span {
    font-size: 1.5rem;
    font-weight: 400;
    margin-right: 10px;
}