.clockpage
{
position:relative;
margin: auto;
width: 170px;
height: 290px;
background-image: url(https://mk-savio.ru/images/img.png);
text-align: center;
font-family: "Roboto",'Roboto';
font-size: 32px;
padding: 10px;
font-weight: bold;
margin-top: 0px;
text-shadow: 0px 2px 0px #000;
}
#dayOfWeek
{
display: block;
font-weight: normal;
font-size: 18px;
margin: auto;
color:white;
position:relative;
bottom:10px;
}
#MonthsOfYear
{
display: block;
font-weight: normal;
font-size: 23px;
color: white;
position:relative;
bottom:5px;
}
#clock
{
position:relative;
bottom: -32px;
color: white;
line-height: 90px;
font-weight: 400;
}
#Day
{font-size: 69px;
color: white;
line-height: 100px;
font-weight: 400;
}