@import"https://fonts.googleapis.com/css2?family=Google+Sans+Code:ital,wght@0,300..800;1,300..800&family=TikTok+Sans:opsz,wght@12..36,300..900&display=swap";.tiktok-sans{font-family:TikTok Sans,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal;font-variation-settings:"slnt" 0,"wdth" 100}.google-sans{font-family:Google Sans Code,monospace;font-optical-sizing:auto;font-weight:400;font-style:normal}.container{padding:1rem}.container *{flex:1}.flex{display:flex}.column{flex-direction:column}.row{flex-direction:row}.wrap{flex-wrap:wrap}.space-between{justify-content:space-between}.space-around{justify-content:space-around}.space-evenly{justify-content:space-evenly}.flex-end-self{justify-self:end}.align-center{align-items:center}.align-end{align-items:end}.justify-end{justify-content:end}.m-1{margin:1rem}.m-2{margin:2rem}.mx-1{margin:0 1rem}.mx-2{margin:0 2rem}.p-1{padding:1rem}.p-2{padding:2rem}.px-1{padding:0 1rem}.px-2{padding:0 2rem}.round-corners{border-radius:25px}html,body{margin:0;padding:0;box-sizing:border-box;max-width:100dvw;overflow-x:hidden;color:#fff}html{background:linear-gradient(.35turn,#e66465,#9198e5);background-size:cover;background-repeat:no-repeat}a{margin:0 1rem;text-decoration:none;color:#000;font-weight:700;padding:1rem;margin:.5rem;border:2px solid black;border-radius:15px;align-content:center;text-align:center}a:visited{color:#000}.bg-frosted{background-color:#ffffffa6;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:25px;color:#000}header{position:fixed;top:10px;left:10px;right:10px;background-color:#ffffffa6;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border-radius:25px;color:#000;animation-name:hover;animation-duration:2s;animation-iteration-count:infinite;animation-timing-function:ease}#brand{font-size:24px;flex:1}#about img{max-width:100%}nav{position:absolute;top:50px;right:20px;left:20px;flex:1;justify-content:space-around}nav a{background-color:#fff;width:80%;text-align:center}nav a:hover{background-color:#000;color:#fff}a:hover{background-color:#fff}.spacer{margin-top:3rem}.portfolio-project{background-color:#ffffff40;max-width:350px}.portfolio-project img{max-width:100%;border-radius:15px}.bg-black{background-color:#000}@media(max-width:600px){.portfolio-project img{max-height:170px}}h1,h2,h3{font-weight:700}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}p{font-size:16px}ul{margin:0;padding:0}button:hover{cursor:pointer}#hamburger-menu{cursor:pointer;display:grid;justify-content:end}#hamburger-menu .menu-line{width:25px;height:3px;background-color:#000;margin:3px 0}@keyframes hover{0%{top:10px}50%{top:15px}to{top:10px}}
