*{padding:0;margin:0}button{background:none;border:none}.page{width:100vw;height:100vh;overflow:hidden;display:flex;justify-content:center;align-items:center}.content{display:flex;align-items:center;flex-direction:column;gap:20px;width:400px}.content img{width:500px;height:400px;border-radius:8px}.buttions{display:flex;gap:20px}.buttion{font-weight:700;font-size:16px;width:80px;height:30px;border:1px solid red;border-radius:10px;transition:all .2s ease-in-out}.buttion:hover{background:red;color:#fff}.content p{font-size:16px}
