body {
    background-color: #000815;
    font-family: 'Poppins', Arial, sans-serif;
}

.container {
    max-width: 800px;
    margin-top: 0px;
    background-color: #000815;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.logo {
    text-align: center;
}

.logo img {
    max-width: 80%;
    max-height: 30%;
}

p,
a {
    color: black;
    text-align: center;
    font-family: 'Poppins', Arial, sans-serif;
    display: block;
    margin: 0 auto;
}

#addMoneyForm {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border: 2px solid yellow;
    border-radius: 10px;
    background-color: #22133A;
}

label {
    display: block;
    margin-bottom: 5px;
    color: black;
}

input[type="number"] {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #22133A;
    color: white;
    margin-bottom: 15px;
    border-color: #ffc000;
    cursor: text;
}

button {
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: green;
    border-color: white;
    color: #000000;
    border-radius: 20px;
}

.topBar {
    background-color: #ffc000;
    border-color: white;
    color: #000000;
    align-items: center;
}

button[type="button"]:last-child {
    margin-right: 0;
}

.withdrawAmount {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    align-items: center;
    justify-content: space-between;
}

#gpay {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    background-color: #22133A;
    color: white;
    margin-bottom: 15px;
    border-color: #ffc000;
    cursor: text;
}

.payment-methods {
    display: flex;
    align-items: center;
    text-align: center;
    color: white;
    align-items: center;
}

.payment-methods label {
    display: flex;
    align-items: center;
    margin-right: 15px;
    padding: 8px;
    cursor: pointer;
}

button[type="button"],
.payment-methods label {
    text-align: center;
    color: white;
    margin-right: 2px;
    align-items: center;
}

.payment-methods input[type="radio"] {
    margin-right: 0px;
    align-items: center;
}
