body {
    font-family: "Segoe UI",Arial,sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
html, body{
    height: 100%;
}
.tax-background{
    background-image: url('/res/images/tax_background.png');
    background-size: cover;
}
.translucent-bg{
    background-color: rgba(10, 10, 10, 0.7);
}
.round-1{
    border-radius: 0.5rem;
}
.round-2{
    border-radius: 1rem;
}
.round-3{
    border-radius: 2rem;
}
.round-4{
    border-radius: 3rem;
}