html{width:100%;height:100%}body{font-family:JetBrains Mono,monospace;background:#2e3440;width:100%;height:100%;margin:0 auto}a{text-decoration:none}#__nuxt{width:100%;height:100%;margin:0 auto}.profile{display:flex;flex-direction:row;align-items:center;justify-content:center;width:400px;height:250px;background:#3b4252;border-radius:30px;margin-bottom:30px}.profile_avatar{width:175px;height:175px;min-width:175px;min-height:175px;margin-right:5%;border-radius:20%;border:10px solid;overflow:hidden;display:flex;justify-content:center;align-items:center}.profile_avatar img{width:100%;height:100%;background-color:#4c566a}.profile_username{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:50%}.profile_username #username{font-size:45px;font-weight:400;color:#d8dee9}.profile_username #tag{font-size:45px;font-weight:400;color:#e5e9f0}.spotify{display:flex;flex-direction:row;align-items:center;justify-content:center;width:400px;height:250px;background-color:#3b4252;border-radius:30px;margin-bottom:30px}.spotify .spotify_image{width:150px;height:150px;min-width:150px;min-height:150px;margin-right:5%;border-radius:20%;border:10px solid #5e81ac;overflow:hidden;display:flex;justify-content:center;align-items:center}.spotify_image img{width:100%;height:100%}.spotify .spotify_info{display:flex;flex-direction:column;justify-content:space-between;align-items:center;height:50%;width:40%}.spotify .spotify_info .spotify_info_name a{color:#d8dee9}.spotify .spotify_info .spotify_info_name{text-align:center;font-size:20px;font-weight:700}.spotify .spotify_info .spotify_info_artist{text-align:center;font-size:20px;font-weight:400;color:#8fbcbb}.spotify .spotify_info .spotify_info_time{text-align:center;font-size:18px;font-weight:400;color:#b48ead}.links{display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;width:400px;height:100px;background-color:#3b4252;border-radius:20px;margin-bottom:30px}.links span{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:5px;background:#434c5e;border-radius:20%;transition:all .3s linear}.links svg{fill:#81a1c1}.links span:hover{cursor:pointer;transform:scale(1.2)}.about{display:flex;flex-direction:column;align-items:center;justify-content:center;width:400px;height:200px;background-color:#3b4252;border-radius:30px}.about #about_center{width:80%;justify-content:center;align-self:center;font-size:18px;color:#d8dee9}#about_center #emoji{font-size:24px}#about_center #name{color:#b48ead}#about_center #job{color:#a3be8c}#about_center #interests{color:#5e81ac}.repositories{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:10% 0;border-radius:30px;background-color:#3b4252}.repository{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;height:225px;background-color:#434c5e;border-radius:20px;margin-bottom:30px}.repository:last-child{margin-bottom:0}.repository_content{display:flex;flex-direction:column;align-items:center;justify-content:center;width:80%;height:80%}.repository_name{font-size:20px;font-weight:700;margin-bottom:10px}.repository_name a{color:#eceff4}.repository_name a:hover{text-decoration:underline}.repository_description{display:flex;text-align:center;font-size:18px;color:#8fbcbb;margin-bottom:10px}.repository_info{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;font-size:18px;color:#88c0d0}.repository_lisence,.repository_language{display:flex;flex-direction:row;align-items:center;justify-content:center}.repository_language span{width:20px;height:20px;border-radius:30%;margin-right:13px}.repository_stars,.repository_forks{display:flex;flex-direction:row;align-items:center;justify-content:center}.repository_lisence svg,.repository_stars svg,.repository_forks svg{fill:#d8dee9;margin-right:5px}.skills{display:flex;flex-direction:row;align-items:center;justify-content:center;flex-wrap:wrap;width:400px;border-radius:30px;background-color:#3b4252}.gists{display:flex;flex-direction:column;justify-content:center;align-items:center;width:600px}.gist{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%;background-color:#3b4252;border-radius:20px;margin-bottom:30px}.gist:last-child{margin-bottom:0}.gist_title{display:flex;flex-direction:row;align-items:center;justify-content:center;margin-bottom:10px;margin-top:10px;font-size:20px}.gist_title a:hover{text-decoration:underline}.gist_title a{color:#eceff4}.gist_content{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#434c5e;border-radius:20px;width:90%;height:200px;color:#8fbcbb;font-size:14px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:30px}.home_page{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100%}.profile_section,.repositories_section{display:flex;flex-direction:column;align-items:center;justify-content:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-right:50px}@media screen and (max-width: 600px){#__nuxt{height:auto}.home_page{flex-direction:column;align-self:center;align-items:center;width:100%;height:100%;margin:0;padding:0}.profile_section{width:100%;margin-right:0;margin-bottom:50px;margin-top:20px}.profile{width:380px;height:230px}.profile_avatar{width:155px;height:155px;min-width:155px;min-height:155px}.profile_username #username,.profile_username #tag{font-size:40px}.spotify{width:380px;height:230px}.spotify .spotify_image{width:140px;height:140px;min-width:140px;min-height:140px}.links{width:380px;height:80px}.about{width:380px;height:230px}.repositories_section{margin:0 0 20px}.repositories{width:90%;height:auto}}
