#error {
    display: none;
}

#titleName1, #titleName2 {
    font-size: 2em;
    margin: auto;
}

#linkFinances1, #linkFinances2, #linkCalling1, #linkCalling2, #linkCharacter1, #linkCharacter2 {
width: 100%; 
}

.form-group {
position: absolute;
bottom: 15%;
margin-left: auto;
margin-right: auto;
left: 30px;
right: 30px;
}

.jumbotron {
    background-size: cover;
    background-position: center;
    background-color: white !important;
    border-radius: 0px;
}

.btn-secondary {
    background-color: #c08f40 !important;
}

.btn-secondary:hover {
    background-color: #d1d1d1 !important;
    color: black !important;
}

hr {
    border-color: white;
}

.card.mb-3.bg-light {
    width: 100%;
    min-height: 250px;
}

input {
    font-size: 1.2em;
    padding: 10px;
    text-align: center;
}

#spinner {
    display: none;
}

#result {
    display: none;
}


