
.Maintain{width:100%;height:100%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;justify-content:center;position:fixed;background:#F04445;flex-direction:column;background-size:25%;animation:background 5s linear infinite}
.box{width:80%;margin:0 auto;background:#212121;padding:20px;border-radius:10px;background-color:#212121;box-shadow:0 3px 7px 0 rgba(0,0,0,.35)}
.box img{width:60px;height:60px;display:block;margin:0 auto;margin-top:20px}
.box h1{font-size:24px;color:#fff;font-weight:bolder;text-align:center;line-height:80px}
.box h3{font-size:16px;color:#fff;font-weight:bolder;line-height:24px}
.box p{font-size:14px;color:#fff;font-weight:lighter;line-height:24px;text-align:justify;width:100%}
.box p b{color:#f14445}
