h1, h2, h3, h4, h5 {
    font-weight: 300;
}

body {
    font-family: 'Fira Sans', sans-serif;

    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.btn-custom {
    line-height: 24px;
    height: 24px;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-big {
    font-size: 26px;
    line-height: 26px
}

.spacer-big {
    height: 50px;
    display: block
}

.spacer {
    height: 25px;
    display: block
}

.card-neda-image {
    width: 300px;
}
