main {
    height: 450px;
}

.tax-section1 {
    position:relative;
    top:50px;
}

.text-margin{
    margin: 20px;
    text-align: center;
}


.tax-section1 span {
    color: tomato;
    font-weight: bold;
}

.account-box {
    margin: 10px;
}

/* blik-box */

.blik-box {
    position: relative;
    top: -300px;
    left: 130px;
    width: 270px;
    height: 400px;
    padding: 20px;
    background-color: rgb(59, 117, 204);
}

.blik-box h3 {
    margin: 10px;
    font-size: 18px;
    text-align: center;
    color: white;
    font-weight: bold;
    text-transform: uppercase;
}

.blik-box p{
    margin: 30px 10px;
    font-size: 14px;
    text-align: center;
    color: white;
    font-weight:normal;
    text-transform: uppercase;
}

.blik-box spam{
    font-weight: bold;

}

.blik-box select {
    position: relative;
    bottom:35%;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 50px;
    border: 2px solid royalblue;
    background-color: rgb(163, 191, 245);
    text-align: center;
    font-size: 24px;
}

.blik-box option {
    text-align: center;
}

.blik-box .btn-donate {
    position: relative;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%);
    width: 200px;
    height: 80px;
    border: 2px solid royalblue;
    background-color: rgb(163, 191, 245);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    transition: 0.4s;
}

.btn-donate:hover {
    background-color:mediumblue;
    border: 2px solid white;
    color: white;
}