繁体
ckground: 000;
color: white;
}
.calc-display {
height: 120px;
display: flex;
align-items: flex-end;
justify-content: flex-end;
padding: 20px;
font-size: 48px;
font-weight: 300;
overflow: hidden;
}
.page-title {
font-size: 2rem;
font-weight: 700;
margin-bottom: 2rem;
color: white;
text-align: center;
}