@tailwind base;@tailwind components;@tailwind utilities;body{margin:0;padding:0;display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fafafa;font-family:Arial,sans-serif}.card-container{background-color:#fff;min-width:350px;max-width:600px;height:auto;border-radius:14px;box-shadow:0 10px 30px #16919c}header{background-image:url(../images/bg-pattern-card.svg);background-position:0px 0px;background-repeat:no-repeat;background-size:contain;text-align:center;border-top-left-radius:14px;border-top-right-radius:14px}img{margin:75px auto auto;width:100px;border:solid white 4px;border-radius:50%}.bold-text{font-weight:700;font-size:1.1rem;text-align:center;padding:10px 20px 0}.normal-text{font-weight:400;font-size:.95rem;color:gray;text-align:center;padding-bottom:10px}.smaller-text{font-weight:400;font-size:.7rem;color:gray;text-align:center;letter-spacing:1px;padding-bottom:20px;line-height:5px}.social-container{display:flex;border-top:solid rgb(206,206,206) 1px;text-align:center}.followers,.likes,.photos{flex:1}
