
html, body {
	height: 100%;
    background-color: rgb(255, 231, 233);
}

body {
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;

	font-size: 40vmin;
    line-height: 0.7;
	font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
	font-weight: bold;
	color: rgb(54, 96, 250);
}
.Clock {
    display: flex;
    gap: 2%;
}
.name {
    font-size: 0.25em;
}