.loader{animation-duration:2s;animation-iteration-count:infinite;animation-name:breath;animation-timing-function:cubic-bezier(.445,.05,.55,.95);height:50px;width:50px}.spinner{background:#000;border-radius:50%;height:100px;width:100px;z-index:10}@keyframes breath{0%{transform:scale(1)}25%{transform:scale(.7)}75%{transform:scale(1.2)}to{transform:scale(1)}}
