body, html {
    height: 100%;
    margin: 0;
    padding: 0;
    background-image: url('https://hootchain.com/assets/img/bg-hootchain.jpg'); /* Substitua pela sua imagem */
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: white;
}

.centered-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.centered-buttons {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-drex {
    color: black;
    background-color: #0ffd80;
    border-color: #0ffd80;
}

.button-icon-wallet{
    width: 20px;
}

.button-icon-drex{
    width: 20px;
}

footer {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
    position: fixed;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 16px;
}

.text-green-hoot{
    color: #0ffd80;
}