.card{width:250px;height:250px;display:flex;flex-direction:column;justify-content:space-around}label{width:-webkit-max-content;width:max-content;color:#6a5acd;font-size:13px;border-bottom:.5px solid #6a5acd;margin:3px 0}.desc{font-size:14px}.star{color:gold}.username{font-size:14px}.date{font-size:12px}form{width:250px;height:250px;display:flex;flex-direction:column;justify-content:space-between}input,textarea{border:none;border-bottom:1px solid grey}input::placeholder,textarea::placeholder{font-size:12px;color:#9b9b9b}.submitButton{background-color:#4797ff}.button,.submitButton{border:none;padding:5px;border-radius:5px;color:#fff;cursor:pointer}.logout{background-color:#4797ff}.login{background-color:teal;margin-right:10px}.register{background-color:#6a5acd}.buttons,.logout{position:absolute;top:10px;right:10px}.registerContainer{height:250px;width:350px;padding:20px;border-radius:10px;background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.logo{color:#6a5acd}.registerButton{border:none;padding:5px;border-radius:5px;color:#fff;background-color:#6a5acd;cursor:pointer}.success{color:green;font-size:12px;text-align:center}.registerCancel{position:absolute;top:5px;right:5px;cursor:pointer}.loginContainer{height:200px;width:350px;padding:20px;border-radius:10px;background-color:#fff;position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;flex-direction:column;justify-content:space-between}.loginContainer,.logo{display:flex;align-items:center}.logo{color:teal;font-weight:700;padding-bottom:10px}.loginButton{border:none;padding:5px;border-radius:5px;color:#fff;background-color:teal;cursor:pointer}.failure{color:red;font-size:12px;text-align:center}.loginCancel{position:absolute;top:5px;right:5px;cursor:pointer}
/*# sourceMappingURL=main.d68ae4c9.chunk.css.map */