*{box-sizing:border-box;color:#3c4858}.button-container{width:100%;display:flex;justify-content:right;align-items:center;padding-right:16px;position:sticky;bottom:10px;height:0}a.book-button{text-decoration:none;background-color:#ffffffb3;border-radius:50px;border:2px solid white;display:flex;justify-content:center;align-items:center;height:60px;width:200px;font-size:24px;font-weight:600;margin-bottom:64px;transition:all 1s ease-in-out;box-shadow:0 5px 15px #634d6f99;transform:translateY(0);font-family:Philosopher,Merriweather,serif;animation:float 6s ease-in-out infinite;transition:background-color .3s ease,box-shadow .3s ease,color .3s ease}a.book-button:hover{color:#fff;background-color:#99814e;box-shadow:0 2px 3px #634d6f99;border:none}@keyframes float{0%{box-shadow:0 5px 15px #634d6f99;transform:translateY(0)}50%{box-shadow:0 25px 15px #a43f7533;transform:translateY(-20px)}to{box-shadow:0 5px 15px #634d6f99;transform:translateY(0)}}
