@media (max-width:670px){.toast{width:100%}}.toast{background-color:var(--bg);border-radius:1rem;bottom:0;box-shadow:5px 5px 2rem #00000022;color:var(--light-white);display:flex;flex-direction:column;font-family:Raleway;gap:1rem;left:0;margin:1rem;padding:2rem;position:fixed;transition:1s;width:35%;z-index:1}.toast[closed]{transform:translateY(150%)}.toast h1{font-size:2rem}.toast a{color:#add8e6}.toast .buttons{display:flex;gap:1rem;padding:1rem}.toast .buttons button{background-color:var(--light-white);border:0;border-radius:1rem;color:var(--black);cursor:pointer;padding:1rem 2rem;transition:.3s}.toast .buttons button:hover{filter:brightness(.8)}