.container{display:flex;align-items:center;flex-direction:column}.container header{width:50%;display:flex;justify-content:space-between;align-items:center;margin:84px 0 24px}.container header img{width:60px;height:60px;border-radius:30px;margin-left:7px}.container header div{display:flex;align-items:center}.container input{width:50%;padding:24px;background:#e6e6e6;border-radius:5px;border:none;font-size:16px}.container button{width:50%;padding:24px;font-weight:700;background:#ea4c89;color:#fff;border-radius:5px;margin:12px 0 84px;cursor:pointer;font-size:16px;transition:filter .2s;border:none}.container button:hover{filter:brightness(.9)}.card{height:100px;width:50%;background:#735bf2;color:#fff;border-radius:10px;margin-bottom:20px;display:flex;align-items:center;justify-content:space-between;padding:24px}.card strong{font-size:18px}*{margin:0;padding:0;box-sizing:border-box}body,input,button{font-size:16px;font-family:Roboto,sans-serif;-webkit-font-smoothing:antialiased}
