body {
  font-family: 'Montserrat', sans-serif;
  color: #A4AEAF;
  background: linear-gradient(180deg, #1C1F22 0%, #4B4F50 100%);
  height: 98vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

section {
  position: relative;
  width: 260px;
  height: 595px;
  background: linear-gradient(180deg, #4B4F50 0%, #1E2225 100%);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 5px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

time {
  font-size: 12px;
}

.display {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  margin-bottom: 20px;
  overflow:auto
}

.gradient {
  width: 100%;
  height: 40px;
  position: absolute;
  top: 23px;
  left: 0px;
  right: 0px;
  background: linear-gradient(180deg, #4A4E4F 22.5%, rgba(72, 76, 77, 0) 100%);
}

ul {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 5px;
  margin-top: 0px;
  padding-left: 0px;
}

li {
  list-style-type: none;
  font-size: 12px;
  color: #6B6F70;
}

#mainNumber {
  font-weight: 600;
  font-size: 36px;
  color: #A4AEAF;
}

main {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  justify-items: center;
  gap: 2px;
}

button {
  width: 61.82px;
  height: 56.2px;
  border-radius: 47px;
  border: none;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  color: white;
  cursor: pointer;
  transition: 0.2s;
}

button:hover {
  opacity: 70%;
}

button:active {
  opacity: 20%;
  transform: scale(0.95);
}

.equal {
  height: 115.21px;
  grid-row: span 2 / span 2;
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), linear-gradient(0deg, #7C22C2, #7C22C2);
}

.bg-yellow {
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), #FDB92B;
}

.bg-strongYellow {
  
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), #5E4107;
}

.bg-strongPurple {
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), radial-gradient(50% 50% at 50% 50%, #4C3762 0%, #4C3762 100%);
}

.bg-gray {
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), #404447;
}

.bg-strongGray {
  background: linear-gradient(198.11deg, rgba(0, 0, 0, 0.2) 12.32%, rgba(0, 0, 0, 0) 88.19%), #282B2E;
  font-size: 18px;
}