.bubble{background:linear-gradient(#1ab394,#038a6f);border-radius:50%;box-shadow:0 30px 15px rgba(0,0,0,.15);position:absolute}.bubble:before,.bubble:after{content:"";background:linear-gradient(#1ab394,#038a6f);border-radius:50%;box-shadow:0 30px 15px rgba(0,0,0,.15);position:absolute}.bubble:nth-child(1){top:15vh;left:15vw;height:22vmin;width:22vmin}.bubble:nth-child(1):before{width:13vmin;height:13vmin;bottom:-25vh;right:-10vmin}.bubble:nth-child(2){top:20vh;left:38vw;height:10vmin;width:10vmin}.bubble:nth-child(2):before{width:5vmin;height:5vmin;bottom:-10vh;left:-8vmin}.bubble:nth-child(3){top:12vh;right:30vw;height:13vmin;width:13vmin}.bubble:nth-child(3):before{width:3vmin;height:3vmin;bottom:-15vh;left:-18vmin;z-index:6}.bubble:nth-child(4){top:25vh;right:18vw;height:18vmin;width:18vmin}.bubble:nth-child(4):before{width:7vmin;height:7vmin;bottom:-10vmin;left:-15vmin}.bubble:nth-child(5){top:60vh;right:18vw;height:28vmin;width:28vmin}.bubble:nth-child(5):before{width:10vmin;height:10vmin;bottom:5vmin;left:-25vmin}#notfound{position:relative;height:100vh}#notfound .notfound{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.notfound{max-width:520px;width:100%;text-align:center;line-height:1.4}.notfound .notfound-404{height:190px}.notfound .notfound-404 h1{font-family:"Montserrat",sans-serif;font-size:146px;font-weight:700;margin:0;color:#232323}.notfound .notfound-404 h1>span{display:inline-block;width:120px;height:120px;background-image:url(/NISApps/src/FlowifyApp/src/Components/images/pensive-face_1f614.png);background-size:cover;-webkit-transform:scale(1.4);-ms-transform:scale(1.4);transform:scale(1.4);z-index:-1;animation-name:floating;animation-duration:4s;animation-iteration-count:infinite;animation-timing-function:ease-in-out}.notfound h2{font-family:"Montserrat",sans-serif;font-size:22px;font-weight:700;margin:0;text-transform:uppercase;color:#232323}.notfound p{font-family:"Montserrat",sans-serif;color:#787878;font-weight:400}.notfound p span{font-family:"Montserrat",sans-serif;color:#787878;font-weight:800}.notfound a{font-family:"Montserrat",sans-serif;display:inline-block;padding:12px 30px;font-weight:700;background:linear-gradient(#1ab394,#038a6f);color:#fff;border-radius:40px;text-decoration:none;-webkit-transition:.2s all;transition:.2s all}.notfound a:hover{opacity:.8}@media only screen and (max-width:767px){.notfound .notfound-404{height:115px}.notfound .notfound-404 h1{font-size:86px}.notfound .notfound-404 h1>span{width:86px;height:86px}}@keyframes floating{from{transform:scale(1.4)translate(0,0)}50%{transform:scale(1.4)translate(0,15px)}to{transform:scale(1.4)translate(0,0)}}