@charset "utf-8";

.header-owner-alert{
    width: 100%;
    display: grid;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #ff5454;
    padding: 10px;
}
.header-owner-alert2{
    width: 100%;
    display: grid;
    text-align: center;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    background: #69bf97;
    padding: 10px;
}
