body { background: url(https://image.guazistatic.com/gz01180425/14/56/ac9ac2d89f909f39e2148c9008843881.jpg); background-size: 100%; height: 1200px; width: 100%; } * { margin: 0; padding: 0 } .outer { width: 80%; height: 100px; margin-left:10%; top: 20px; color: #ffffff; position: fixed; box-shadow: 5px 5px 5px #284f8e25; } .wrapper { width: 100%; height: 100%; position: relative; background: #183f8e55; border: 1px solid #183f8eee; display: flex; justify-content:center; align-items: center; backdrop-filter: blur(10px); -webkit-backdrop-filter: blur(10px); } .info { font-size: 26px; } .progress{ position: absolute; width: 70%; height: 98px; top: 1px; left: 1px; background: rgba(255, 255, 255, 0.3) } .bg { font-size: 20px; color: #232323; } .big { font-size: 40px; background: #cc99cc; color: #ffffff; }