body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
.timer {
animation: update 5s infinite;
@keyframes update {
from {
transform: scale(1);
to {
transform: scale(1.2);
body {
background-color: #f2f2f2;
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
.timer {
animation: update 5s infinite;
@keyframes update {
from {
transform: scale(1);
to {
transform: scale(1.2);