@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);:root{--sea-green:#07beb8;--celeste:#9ceaef}*{font-family:Roboto,sans-serif;margin:0;padding:0}.app{display:flex;flex-wrap:wrap;justify-content:center;padding-top:15px}.friends-list{padding:10px 10px 0}.friend-card{align-items:center;border-radius:10px;display:flex;height:70px;justify-content:space-between;margin-bottom:5px;padding:0 10px;width:370px}.friend-card img{border-radius:50px;height:60px;margin-right:5px}.friend-card button{margin-left:5px}.add-friend button,.friend-card button,.split-bill button{background-color:#07beb8;background-color:var(--sea-green);border:none;border-radius:5px;font-weight:700;padding:7px 14px}.add-friend button:hover,.friend-card button:hover,.split-bill button:hover{cursor:pointer}.add-friend button{margin-top:10px}.add-friend{padding:10px}.add-friend-form{background-color:#9ceaef;background-color:var(--celeste);border-radius:10px;display:flex;flex-wrap:wrap;padding:10px;width:370px}.friend-input{display:flex;justify-content:space-between;margin:0 auto;width:370px}.friend-input label{padding-right:5px}.friend-input input{margin-bottom:10px;padding:2px;width:250px}.add-friend-form button{float:right;margin:5px 0 10px;width:260px}.split-bill{background-color:#9ceaef;background-color:var(--celeste);border-radius:10px;display:flex;flex-direction:column;justify-content:center;padding:10px;width:370px}.split-input{display:flex;justify-content:space-between;margin:10px 0;width:370px}.split-input input{width:50px}.celeste{background-color:#9ceaef;background-color:var(--celeste)}.green{color:green}.red{color:red}@media screen and (max-width:420px){.add-friend-form,.friend-card,.friend-input{width:290px}.friend-input input{width:170px}.add-friend-form button{width:180px}.split-bill,.split-input{width:290px}}
/*# sourceMappingURL=main.86f3eaca.css.map*/