* {
    font-family: 'Ubuntu', cursive;
}

body {
    background: #290119;
}


.sparbuch {
    position: relative;
    z-index: 2;
    text-align: center;
}

h1 {
    color: #fff;
    font-size: 60px;
    text-align: center;
    font-family: 'Dancing Script', cursive;
    margin-bottom: 16px;
}

.creationDate {
    color: #fff;
    text-align: center;
}

h2 {
    color: #FA0E7F;
    margin-top: 8px;
    margin-bottom: 4px;
    font-size: 18px;
}

.card {
    background-color: #fff;
    padding: 20px;
    border-radius: 20px;
    margin: 20px;
    display: inline-block;
}

.total {
    min-width: 200px;
    max-width: 100%;
}

.value,
.value span {
    font-family: 'Dancing Script', cursive;
    font-size: 24px;
    font-weight: bold;
    color: #FA0E7F;
}

.total .value,
.total .value span {
    font-size: 40px;
}

.amount {
    font-size: 14px;
    color: #8000806e;
    margin-bottom: 8px;
}

.profit {
    color: rgb(87, 2, 87);
}

.percent {
    font-size: 14px;
    color: rgb(87, 2, 87);
    margin-top: 4px;
    opacity: .5;
}

/* Matrix animation */
canvas {display:block;}

#matrix {
    position: absolute;
    top: 0px;
    z-index: 0;
}
