@font-face {
    font-family : 'digital-clock';
    src : url(../fonts/digital.ttf)
}
.clockbox{
    border-radius: 10px;
    width: 225px;
    height: 100px;
    position: fixed;
    top: 10px;
    right: 35px;
}
.myclock{
    position: absolute;
    left: 30px;
    bottom: -50px;
    font-family: 'digital-clock';
    color: white;
    font-size: 65px;
    text-shadow: 0px 0px 10px black;
}
