.createBtn{border-top:1px solid #e6e8e7;padding:10px;margin-top:15px;display:flex;justify-content:end}.buttonAdd{transition:all .3s;display:flex;justify-content:center;align-items:center;width:200px;height:50px;background-color:#34a8eb;color:#fff;font-size:16px;font-weight:400;border-radius:10px;border:none;cursor:pointer}@media screen and (hover:hover){.buttonAdd:hover{transform:scale(.97)}}@media screen and (max-width:576px){.buttonAdd{width:150px;height:40px}}