.card {
    margin: 10px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    
}
.walletCard{
    margin: 2px;
    padding: 2px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: row;
}


.card img {
    width: 100%;
    border-radius: 5px;
}

.card h2 {
    margin: 10px 0;
    font-size: 1.5em;
}

.card p {
    margin: 10px 0;
    font-size: 1em;
}

.card button {
    margin: 10px 0;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1em;
    cursor: pointer;
}

.card button:hover {
    background-color: #f0f0f0;
}

#inputWallet {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin:10px;
}

#cardInput{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px;

}

#socials{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;

}
#socials img {
    width: 25px;
    margin-left: 10px;
    cursor: pointer;



}

#cardInput input {
    margin: 10px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 1em;
}

#cardInput #addWallet,#cardInput #addWallet2,#cardInput #hardCheckWallet {
    margin: 10px;
    padding: 5px 10px;
    border: 1px solid #151414;
    border-radius: 5px;
    background-color: #f9f9f9;
    font-size: 1em;
    cursor: pointer;
}

#walletInfo {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin:10px;
    flex-direction: column;



}
/* Path: html/index.html */