:root{--background-color: #FBFef9;--text-color: #130303;--accent-color: #C78283;--accent-color-hover: #b37374}body{background-color:var(--background-color);color:var(--text-color);font-family:sans-serif;margin:0;padding:2rem;display:flex;justify-content:center}#root{width:100%;max-width:800px}h1{text-align:center;color:var(--text-color);margin-bottom:2rem;font-size:2.5rem}h2,h3{color:var(--text-color)}input[type=text],input[type=email],input[type=phone],textarea{width:100%;padding:10px;margin:8px 0;box-sizing:border-box;border:1px solid #ccc;border-radius:4px;background-color:var(--background-color);color:var(--text-color)}button{background-color:var(--accent-color);color:#fff;padding:10px 12px;border:none;border-radius:4px;cursor:pointer;font-size:.8rem;margin:8px 4px 8px 0;width:100px;transition:background-color .3s ease}button:hover{background-color:var(--accent-color-hover)}form div{display:flex;flex-direction:column;margin-bottom:1rem}hr{border:0;height:1px;background-image:linear-gradient(to right,#0000,#000000bf,#0000)}.preview-clear-flex{display:flex;flex-direction:row;justify-content:space-around}.display-info-container{padding:2rem;background-color:#fff;color:var(--text-color);border-radius:8px;box-shadow:0 4px 8px #0000001a}.resume-preview h1{text-align:center;color:var(--text-color);margin-bottom:2rem;font-size:2.5rem}.resume-preview .section{margin-bottom:2rem}.resume-preview h2{color:var(--accent-color);border-bottom:2px solid var(--accent-color);padding-bottom:.5rem;margin-bottom:1rem}.resume-preview h3{color:var(--text-color);border-bottom:1px solid #eee;padding-bottom:.5rem;margin-top:1.5rem;margin-bottom:1rem}.resume-preview .item{margin-bottom:1.5rem}.resume-preview h4{color:var(--text-color);font-weight:700;margin-bottom:.25rem}.resume-preview p{margin:.25rem 0;line-height:1.6}.resume-preview ul{padding-left:20px;margin-top:.5rem}.resume-preview ul li{margin-bottom:.25rem}.button-group{display:flex;justify-content:center;gap:1rem;margin-top:2rem}
