html, body {
    font-family: 'Verdana';
    background-color: rgb(36, 36, 36);
    color: white;
}

.centered-container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.g-recaptcha {
    width: fit-content;
    margin: 0 auto;
}
