body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #f4f7ff;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.content-wrapper{flex: 1;}
.header {
    background-color: #fff;
    color: #fff;
    padding-top: 20px;
    padding-bottom: 0;
    top: 0;
    width: 100%;
    z-index: 1000;
}
.footer {
    background-color: #e8efff;
    color: #000000;
    padding: 10px;    
    bottom: 0;
    width: 100%;
}
.footer p{
    margin: 0;
}
.content {
    margin-top: 30px;
    margin-bottom: 50px;
}


.redalert {border: 1px solid #C00;color: #C00;background: #FDD;}
.greenalert{    border: 1px solid #43a047;    color: #3c763d;    background: #dff0d8;}
.yellowalert{    border: 1px solid #FF6F00;    color: #8a6d3b;   background: #fcf8e3;}
.bluealert{ border: 1px solid #004da1;     color: #004da1; background: #cbe1ef;}
.bluealert,
.redalert, 
.greenalert, 
.yellowalert{margin: 10px auto 0; border: none;font-weight: bold;border-radius: 6px;margin: 15px 2% 10px 0; padding: 5px 1% 5px;}


@media screen and (max-width: 800px){
	
}