.bottom-alert{position:fixed;bottom:10px;left:10px;z-index:1;padding:10px 15px;background:rgba(16,53,86,.43);color:rgba(255,255,255,.29);font-size:14px;font-weight:600;border-radius:50px;transition:.3s}.bottom-alert:hover{background:rgb(2,113,213);color:rgba(255,255,255,1);transform:translateY(-5px)}