*{box-sizing:border-box;margin:0;padding:0}body{background-color:#1a1a1a}.container{justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.red-btn{color:#fff;cursor:pointer;background-color:red;border:none;border-radius:15px;padding:20px 40px;font-size:20px;font-weight:700;transition:transform .2s;box-shadow:0 10px 20px #f006}.red-btn:active{transform:scale(.95)}.center-pic{border-radius:12px;max-width:90%;max-height:80vh;animation:.5s ease-in-out fadeIn;box-shadow:0 10px 20px #00000080}@keyframes fadeIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}
