﻿/*Notifications*/

.Notification {
    position: absolute;
    inset-block-start: 15px;
    padding: 10px 20px;
    max-width: 500px;
    min-width: 200px;
    background-color: #FFFDF4;
    border: 2px solid #003366;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(50, 50, 50, 0.5);
}
