.card,.card img{border-radius:10px}.card h2,.card p,body{margin:0}*{box-sizing:border-box}body{font-family:Cairo,sans-serif}.page{height:100vh}.page::before{content:"";position:fixed;width:300%;height:100%;background-color:#ce660c;left:50%;top:50%;transform:translateX(-50%) skew(0,-10deg);border-radius:50%;z-index:-1;animation:5s ease-in-out infinite alternate waving}.card{width:300px;padding:20px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);text-align:center;background-color:#fff;box-shadow:0 0 10px #ddd inset}.card img{max-width:100%}@keyframes waving{from{transform:translateX(-50%) skew(0,-10deg)}to{transform:translateX(-30%) skew(10deg,0)}}.card.two{left:20%}.card.three{left:80%}