body{
    background: white;
}

a{
    text-decoration: none;
    color: white;
    -webkit-tap-highlight-color:rgba(255,0,0,0);
}

.listIcon{
    width: 3rem;
    height:3rem;
    float: left;
    margin-top: 2rem;
    margin-left: 2rem;
}

.newIcon{
    width: 3rem;
    height:3rem;
    float: right;
    margin-top: 2rem;
    margin-right: 2rem;
}

.headElement{
    height: 7rem;
    line-height: 7rem;
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
}

.halfArc{
    width: 95%;
    height: 45rem;
    border-radius: 0 0 30% 30%;
    margin: 0 auto;
    margin-top: 1.5rem;
    left: 1.5rem;
    background-image: linear-gradient(180deg,  #61b70f , #7cb72b);
    box-shadow:1rem -2px 1.5rem #c6cacc, -1rem -2px 3rem #c6cacc;
    text-align: center;
}

.iconImage{
    width: 5rem;
    height: 5rem;
}

.currencyICON{
    margin-top: 25%;
    margin-left: 10%;
    display: inline-block;
}

.balance{
	margin-top: 30%;
    font-size: 10rem;
    display: inline-block;
    color: white;
    vertical-align: text-bottom;
}

.userButton{
    height: 5rem;
    width: 50%;
    margin-top: 3rem;
    font-size: 2.5rem;
    font-weight: bold;
    color: white;
    background: #fbb32c;
    border: none;
}

.questionMark{
    width: 6rem;
    height: 6rem;
    position: absolute;
    right: 4rem;
    top: 10rem;
}

.availableLimit{
    font-size: 3rem;
    color: #a2c928;
    position: absolute;
    top: 13rem;
    left:25%;
}

.centralElement{
    width: 95%;
    margin: 0 auto;
    margin-top: 8rem;
    text-align: center;
    padding: 2rem 0;
    box-shadow:0 0 2rem #c6cacc;
    border-radius: 1.5rem;
}

.loanProcess{
    font-size: 4rem;
    font-weight: bold;
    text-align: center;
    padding: 2rem 0;
    margin-top: 3rem;
}


.processIcon{
    margin-top: 5rem;
}

.processIcon>img{
    width: 6rem;
    height: 6rem;
}

.processText{
    font-size: 2rem;
    margin-top: 1rem;
}

.processText>text{
    padding: 2rem 2.5rem;
}

.bottomButton{
    width: 75%;
    height: 8.5rem;
    font-size: 3rem;
    color: white;
    margin-top: 6rem;
    background-image: linear-gradient( 90deg , #a2c928 , #a2c928);
    border: none;
    border-radius: 1.5rem;
    outline: none;
    margin-bottom: 2rem;
}