.profile{display:flex;flex-direction:column;align-items:center;gap:1rem}.profile .header{width:100%;display:flex;justify-content:space-between}.profile>h1{align-self:flex-start}.education{display:flex;flex-direction:column;align-items:center;gap:1rem}.education .header{width:100%;display:flex;justify-content:space-between}.education>h1{align-self:flex-start}button{align-self:flex-end}.experience-wrapper{gap:2rem}.experience,.experience-wrapper{display:flex;flex-direction:column;align-items:center;gap:1rem;width:100%}.row{display:flex;flex-direction:column;width:100%}.experience>h1,.experience-wrapper>h1{align-self:flex-start}.dates{margin-top:1rem;padding-left:2rem;width:auto;display:flex;flex-direction:column;gap:1rem}.dates>.row{width:150px}.button-tray{width:100%;display:flex;justify-content:flex-end;gap:1rem}form{width:100vw;max-width:700px;padding:3rem;display:flex;flex-direction:column;gap:3rem;align-items:center}.cv{width:90vw;max-width:850px;min-height:1200px;border:1px solid black;display:flex;flex-direction:column;align-items:center;gap:1.5rem;padding:5rem}section{width:100%}.cv-profile{display:flex;flex-direction:column;align-items:center}.cv-profile h1{text-align:center;font-size:2rem}.cv-profile h2{font-weight:lighter;font-size:1.25rem}hr{width:100%}.cv-education{display:flex;flex-direction:column;align-items:flex-start}.content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;width:100%}.heading{width:100%;display:flex;justify-content:space-between}.content-wrapper{display:flex;flex-direction:column;gap:1rem}:root{display:flex;justify-content:center;position:relative}*{box-sizing:border-box}h1,h2,h3,p,input{margin:0;padding:0}input,textarea{border-color:#2c698c4d;border-radius:5px;width:100%;min-height:2rem;padding:5px;margin-top:5px}textarea{min-height:5rem}.inactive input,.inactive textarea{background-color:#c0c0ff}img{width:1.5rem}.view-icon{position:fixed;bottom:2rem;right:20%;width:3rem}@media (max-width: 700px){.view-icon{position:fixed;bottom:1rem;right:1rem;width:3rem}}
