@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 300 to 800

.open-sans-timer {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings:
 }

#real-time-clock{
margin-top: -64em;
margin-left: 110em;
margin-right: 60px;
font-family: 'Open Sans';
font-weight: 500;
border-radius: 10px 100px / 120px;
color: #efefef;
text-align: center;
background-color: green; 
}

.clock{
  background-color: white;
}
body {
  width: 1920px;
  height: 1080px;
  background-color: black;
}


