body{background-color:#fff;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji}*{box-sizing:border-box}a{color:#4285f4;cursor:pointer;text-decoration:none;transition:color .2s ease-in-out}.message{text-align:center;border:1px solid #0000;border-radius:4px;margin-bottom:20px;padding:15px}.error{color:#a94442;background-color:#f2dede;border-color:#ebccd1}.success{color:#3c763d;background-color:#dff0d8;border-color:#d6e9c6}.center-x{justify-content:center;display:flex}.center-y{align-items:center;display:flex}.center-x-y{justify-content:center;align-items:center;display:flex}.justify-between{justify-content:space-between}.flex-wrap{flex-wrap:wrap}.mr-20{margin-right:20px}.h-full{height:100%}.h-screen{height:100vh}.w-full{width:100%}