html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}
body {
    overflow: scroll;
}

a {
    text-decoration: none;
}

.refresh-captcha {
    margin-left: 0.5rem;
    user-select: none;
}

.refresh-captcha:hover {
    fill: #0a53be;
}