@keyframes wiggle{0%{transform:rotate(var(--start-angle, 0deg))}25%{transform:rotate(calc(var(--start-angle, 0deg) + 15deg))}50%{transform:rotate(calc(var(--start-angle, 0deg) - 12deg))}75%{transform:rotate(calc(var(--start-angle, 0deg) + 5deg))}100%{transform:rotate(var(--start-angle, 0deg))}}.arrow-right{width:20px;height:20px;border-right:8px solid;border-bottom:8px solid;--start-angle:-45deg;transform:rotate(var(--start-angle));border-color:#FFFFFF}.container{width:100%;padding-bottom:100px;padding-top:20px}.stacks{display:flex;flex-direction:column;gap:30px;color:#FFFFFF;width:300px;flex-shrink:0}.stacks .stack{display:flex;flex-direction:column;gap:10px;width:max-content}.stacks .stack li+li{margin-top:10px}.experience{display:flex;flex-direction:column;flex-grow:1;gap:50px;color:#FFFFFF}.experience a{color:#e6e6e6}.experience .job{display:flex;flex-direction:column;gap:10px}.experience header{display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding-bottom:10px;border-bottom:2px #FFFFFF solid;margin-top:10px}.experience h1{display:flex;gap:10px;align-items:center;font-weight:800}.experience h1 a{font-weight:normal;color:#FFFFFF}.experience h1 span{color:#FFFFFF;font-weight:normal;background-color:transparent;padding:0}.experience h1 .title::before{content:"— "}.experience h1 .right{margin-left:auto}.markdown{line-height:1.5;font-size:18px;gap:10px;display:flex;flex-direction:column}.markdown li+li{margin-top:10px}.markdown a:link,.markdown a:visited{color:#FFD300;text-decoration:underline}.markdown p{text-align:justify}@media (max-width:900px){.content{padding:20px}.container{flex-direction:column;gap:50px}.stacks{width:100%;flex-direction:row}.stacks .stack{gap:10px;flex-grow:1;flex-shrink:0;min-width:max-content;max-height:200px;padding-right:10px}.stacks .stack ul{padding-left:15px;max-height:30vh;overflow-y:auto}.stacks .stack h1{width:max-content}.experience header{align-items:start;flex-direction:column;gap:5px}.experience header h1{flex-direction:column;align-items:start;gap:5px}.title::before{display:none}}