html {
    scroll-behavior: smooth;
    height: 98%;
}

body {
    margin: 0;
    font-family: 'Rubik', cursive;
    height: 97.4%;
}

main {
    background-image: url("img/background.gif");
    background-position: center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
    background-color: #5832A8;
}

.fa {
    padding: 10px;
    font-size: 60px;
    width: 25px;
    text-align: center;
    color: white;
}

.card-icon {
    float: right;
    margin: 25px 20px 0 0;
}

.sectioncards {
    padding-top: 50px;
    padding-bottom: 100px;
    width: 100%;
}

.card {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(8px);
    height: 310px;
    width: 500px;
    background-image: linear-gradient(30deg, rgba(250, 44, 97, 0.6), rgba(1, 68, 148, 0.7));
    border-radius: 20px;
    color: white;
    margin: 20% 20px 20px 20px;
    font-size: 16px;
    box-shadow: 6px 6px 20px #000000;
}

.card-small {
    background-color: rgba(0, 0, 0, 0);
    backdrop-filter: blur(6px);
    height: 220px;
    width: 375px;
    background-image: linear-gradient(30deg, rgba(250, 44, 97, 0.6), rgba(1, 68, 148, 0.7));
    border-radius: 15px;
    color: white;
    margin: 40% 15px 15px 15px;
    font-size: 12px;
    box-shadow: 5px 5px 15px #000000;
}

.top-block-small {
    display: inline-block;
    width: 375px;
    height: 87px;
}

.top-block {
    display: inline-block;
    width: 500px;
    height: 155px;
}

.card-name-small {
    float: right;
    margin: 15px;
    position: relative;
    font-size: 21px;
    font-weight: 550;
}

.card-name {
    float: right;
    margin: 20px;
    position: relative;
    font-size: 28px;
    font-weight: 550;
}

.card-number {
    font-size: 28px;
    margin: -15px 0 0 0;
    text-align-last: center;
}


.card-number-small {
    font-size: 21px;
    margin: -11px 0 0 0;
    text-align-last: center;
}

.card-balance {
    font-weight: 700;
    font-size: 30px;
    margin-top: 10px;
}

.card-balance-small {
    font-weight: 700;
    font-size: 22px;
    margin-top: 7px;
}


.bottom-block-small {
    display: inline-block;
    width: 375px;
    height: 60px;
}

.bottom-block {
    display: inline-block;
    width: 500px;
    height: 155px;
}

.balance-small {
    float: left;
    margin: 15px;
    position: relative;
    top: 26px;
}

.balance {
    float: left;
    margin: 20px;
    position: relative;
    top: 38px;
}

.fa-small {
    padding: 7px;
    font-size: 45px;
    width: 18px;
    text-align: center;
    color: white;
}

.card-icon-small {
    float: right;
    margin: 5px 15px 0 0;
}

.qrcode-small {
    height: 75px;
    width: 75px;
}

.qrcode {
    height: 100px;
    width: 100px;
}

.startpage-small {
    padding-top: 10%;
}

.col-small {
    padding-left: 0px;
    padding-right: 0px;
}
