

header .notification {
    background-color: #79dc4e;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: x-large;
}

header .warning {
    background-color: #ffc800;
    color: white;
    padding: 5px;
    text-align: center;
    font-size: x-large;
}