*{
    margin: 0px; 
    padding: 0px; 
    box-sizing: border-box;
}

footer{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 20%;
    width: 100vw;
    margin-bottom: 10px;
}

#contReloj{
    float: right;
    width: 400px;
    text-align: center;
}

p{

   text-transform: uppercase;
   color: #fff;
   font-size: 16px;

}

