:root{--theme-1:#2C3639;--theme-2:#3F4E4F;--theme-3:#A27B5C;--theme-4:#DCD7C9}body{color:var(--theme-4);font-family:Libre Baskerville,sans-serif;line-height:1.5;max-width:768px;background-color:var(--theme-1);margin:auto;height:100vh;display:flex;flex-direction:column;padding:0 1em}header{border-bottom:1px solid var(--theme-2);margin-bottom:1rem}a{color:var(--theme-3);text-decoration:none}.home{display:flex;flex-direction:column;align-items:center;gap:1em}.home img{width:240px;height:240px;border-radius:1em;box-shadow:rgba(0,0,0,.35)0 5px 15px}.home-content{display:flex;flex-direction:column;gap:1em;text-align:center}.home-content-text{font-style:italic}.resume-button{border:var(--theme-3)1px solid;border-radius:.5em;padding:.5em;color:var(--theme-3)}.icon{font-size:24px;color:var(--theme-3)}.buttons{display:flex;gap:1em;margin:auto}.icons{display:flex;align-items:center;gap:.5em}main{flex-grow:1;display:flex;flex-direction:column;align-items:center}footer{margin:auto}