:root{--background: #282a36;--current-line: #44475a;--foreground: #f8f8f2;--comment: #6272a4;--cyan: #8be9fd;--green: #50fa7b;--orange: #ffb86c;--pink: #ff79c6;--purple: #bd93f9;--red: #ff5555;--yellow: #f1fa8c}.profile{display:flex;flex-direction:row;align-items:center;justify-content:center;height:100%;width:400px;padding:30px;background-color:var(--current-line);border-radius:50px}.profile_avatar{display:flex;justify-content:center;align-items:center;width:150px;height:150px;border-radius:50%;border:10px solid;overflow:hidden;margin-right:20px}.profile_avatar img{width:100%;height:100%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.profile_username{display:flex;flex-direction:column;align-items:center;justify-content:center;margin-bottom:10px;color:var(--foreground)}.profile_username #username_name{font-size:30px;font-weight:700}.profile_username #username_tag{font-size:25px;font-weight:700}@media screen and (max-width: 1500px){.profile{width:80%}}
