.lahtolaskenta {
    margin-top: 1em;
    display: flex;
    gap: 10px;
}
.lahtolaskenta>div {
    border-radius: 6px;
	background-color: #5F57C0;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    flex-direction: column;
    padding: 10px;
    width: 100%;
}
.lahtolaskenta>div>span:nth-child(1) {
	font-family: 'Acme';
	font-size: 24px;
}
.lahtolaskenta>div>span:nth-child(2) {
    font-family: 'Open Sans';
	font-size: 12px;
    justify-self: end;
    margin-bottom: 5px;
    color: rgba(255,255,255,.6);
}
