.whitelist-btn {
    width: 300px;
    padding: 14px;
    background-color: #33ea1199;
    color: #ffffff;
    cursor: pointer;
    border: none;
    border-radius: 6px;
    font-family:Inconsolata,monospace;
    font-size: 20px;
}

.whitelist-btn:active {
    transform: scaleX(0.95) scale(0.95, 0.95);
}