/* GLOBAL */

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', Tahoma, Geneva, Verdana, sans-serif;
  background-color: #212121;
  color: #2b2d42;
}

.main {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  height: 80vh;
}

.active {
  background-color: #4b76e0;
  border-radius: 14px;
  color: #c0d2ff;
}


#clock,
#stopwatch,
#timer,
#keyboard {
  display: none;
}