﻿ 
.toast2 {
    width: 350px;
    height: 10.5em;
    /*position:absolute;*/
    position: fixed;
    bottom: 30px;
    right: 30px;
    left: 30%;
    top: 27%;
    margin-left: -100px;
    bottom: 10px;
    background-color: bisque;
    color: darkblue;
    font-family: Calibri;
    font-size: 20px;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    -moz-box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    box-shadow: 0px 0px 24px -1px rgba(56, 56, 56, 1);
    z-index: 1;
}