.clock {
    background: #333399;
    width:350px;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
}

.clock-time,
.clock-ampm{
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 50px;
    color: aliceblue;
}

.clock-time,
.clock-seconds {
    color:aliceblue;
    font-size: 90px;
    font-family: 'Open Sans Condensed', sans-serif;
}