.homeAlert{position:fixed;top:0;left:0;bottom:0;z-index:999;right:0;background:rgba(0,0,0,.3)}.homeAlert .alertBox{margin:0 auto;margin-top:20%;padding:40px;width:420px;border-radius:8px;background:#fff5f5;background-image:-webkit-gradient(linear,left top,left bottom,from(#fff5f5),color-stop(97%,#fff));background-image:linear-gradient(180deg,#fff5f5,#fff 97%);-webkit-box-shadow:2px 2px 7px 0 rgba(0,0,0,.2);box-shadow:2px 2px 7px 0 rgba(0,0,0,.2);text-align:center}.homeAlert .alertBox button{margin-top:20px;cursor:pointer;outline:none}