:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;color-scheme:light dark;color:#ffffffde;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;padding:0;box-sizing:border-box;width:100%;height:100%}body{width:100%;height:100%}header{width:100%;height:100px;display:flex;justify-content:space-between;align-items:center}.avatar-name{display:flex;justify-content:start;align-items:center}.avatar{background-image:url(/assets/avatar-nL-0rsEl.jpg);background-position:center;background-size:cover;min-width:60px;min-height:60px;border-radius:50%;margin-left:3rem}.name{margin-left:1rem}.name h3{font-weight:200;margin:0}.name h4{font-weight:500;margin:0}.name h4,.name h3{font-size:25px}.header-nav{margin-left:auto}.social{display:flex;width:30%}.social a{margin-right:2rem}.header-menu-button{display:none}@media (max-width: 576px){header{height:150px;width:auto;display:flex;justify-content:center;align-items:center;padding:0 1rem}.avatar{margin-left:0rem}.name h3,.name h4{font-size:20px}.header-nav{position:fixed;top:7rem;left:-50px;z-index:1111;display:flex;flex-direction:column;width:50px;height:auto;transition:transform .2s linear;background-color:#8d16a8;border-radius:20px}.active{transform:translate(130%)}.social{flex:1;display:flex;flex-direction:column}.social a{margin:10px;margin-right:1rem;font-weight:500;background-color:#000}.header-menu-button{display:block;width:30px;height:30px;background-color:transparent;margin-left:auto;margin-right:1rem;border:0;padding:0}}.main{transform:translateY(-150%);animation:ani 1s forwards;background-image:url(/image/backgroundImg.svg);background-repeat:no-repeat;background-size:cover;height:100%;width:100%;min-width:375px}@keyframes ani{0%{transform:translateY(-150%)}to{transform:translateY(0)}}.projects{display:flex;justify-content:center;flex-wrap:wrap;width:100%;height:100%}.card-project{position:relative;width:400px;height:260px;border:1px solid rgb(185,89,207);border-radius:10px;display:flex;flex-direction:column;align-items:center;justify-content:space-around;margin:5px 5px 20px;box-shadow:0 0 5px #fff;perspective:1000px}.card-inner{position:relative;width:100%;height:100%;transition:transform .8s;transform-style:preserve-3d}.card-project:hover .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;border-radius:12px;backface-visibility:hidden;overflow:hidden;box-shadow:0 4px 10px #00000026}.card-front{width:100%;height:100%;overflow:hidden;border-radius:12px;display:flex;align-items:center;justify-content:center;background-color:#fff}.card-back{background:#1c1c1c;color:#fff;transform:rotateY(180deg);display:flex;flex-direction:column;justify-content:center;align-items:center}.img-project{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.description{margin:10px;text-align:center;background:none;border:none;width:80%;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;letter-spacing:1px;line-height:1.5;overflow:auto}.link{top:50%;cursor:pointer;font-size:20px}@media (max-width: 576px){.card-project{width:90%}}
