@-webkit-keyframes slideInFromLeft{0%{left:-150px}to{left:0}}@keyframes slideInFromLeft{0%{left:-150px}to{left:0}}.back-button{background-color:#f6a736;color:#1a2f50;padding:10px;border:none;cursor:pointer;top:50%;left:0;transform:translateY(-50%);position:fixed;z-index:10;-webkit-animation:slideInFromLeft .5s;animation:slideInFromLeft .5s}@media (max-width:768px){.back-button{top:0;transform:translate(0)}}