*,*:before,*:after{box-sizing:border-box}*{margin:0}html,body{height:100%}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}:root{--color-diskette: rgb(39 39 42);--body-color: rgb(245 158 1);--separacion: 20px}body{background-color:var(--body-color)}.container{height:100vh;display:flex;justify-content:center;align-items:center}.diskette{height:600px;width:550px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--separacion);background:var(--color-diskette);border-radius:15px;box-shadow:-4px -4px 10px #696565 inset;transition:transform .5s ease-in-out}.diskette:hover{transform:rotate(5deg) scale(1.1)}.diskette-top-container{width:540px;height:250px;display:flex;justify-content:center}.metal-container{width:350px;height:210px;background:black;display:flex;justify-content:right;border-end-start-radius:20px;box-shadow:0 0 10px 2px #696565 inset}.metal{width:300px;height:210px;background:rgb(222 221 221);display:flex;justify-content:right;align-items:center;border-end-start-radius:8px;border-end-end-radius:5px;box-shadow:0 0 10px 2px #696565 inset}.metal-hole{width:50px;height:150px;background:black;margin-right:20px;box-shadow:0 0 10px 2px #696565 inset}.diskette-bottom-container{width:90%;height:360px;margin-bottom:30px;display:flex;justify-content:center;align-items:end}.sticker{width:350px;height:290px;background-color:#dedede;border-radius:5px;align-items:center;display:flex;flex-direction:column;justify-content:space-evenly;box-shadow:0 0 10px 2px #696565 inset}.line{width:80%;border:2px solid black;background-color:#000}
