.myScreen h1{
font-family: KelsonSans-LightRu;
line-height: 230px;
font-size: 100px;
color: #434343;
}
<div class="timer-time">
<div class="timer-time-stopwatch">
<p id="clock">00:00:00</p>
</div>
</div>
.timer-time{
width : 100%;
text-align : center;
}
.timer-time-stopwatch{
text-align : left;
}
@media (min-width: 1200px) {
.timer-time-stopwatch{
width: 890px;
}
}