div#toast {
    position: fixed;
    width: 100%;
    padding: 0.5em;
    bottom: 1em;
    z-index: 101;
    text-align: center;
}

div#toast > p {
    background-color: rgba(255,255,255,0.8);
    width: fit-content;
    margin: 0 auto;
    padding: 0.5em 1em;
    border-radius: 1em;
}