* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body {
  background-color: #333;
  color: #999;
  font-size: 15px;
  height: 100vh;
  font-family: "Kumar One", serif;
}
.watch {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  /* font-size: 10rem; */
}
.oscar {
  display: flex;
  flex-direction: row;
}
.box {
  width: 25rem;
  text-align: center;
  padding: 1rem;
  padding-top: 3rem;
  margin: 5px;
  font-size: 10rem;
  line-height: 12rem;
  border: 50px solid rgb(0, 0, 0);
  background-color: #161616;
  border-radius: 30px;
  box-shadow: 10px 10px 30px gainsboro;
}
