#profile-page{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:100vh;padding:20px;background:linear-gradient(to bottom right,#fa575b,#8d52fd);color:#fff}#profile-page #profile-picture{width:50vw;height:50vw;max-width:300px;max-height:300px;border-radius:50%;overflow:hidden;background-color:#fff;display:flex;justify-content:center;align-items:center;margin-top:30px}#profile-page #profile-picture img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:50%}#profile-page #username{font-family:Yellowtail,cursive;position:relative;color:#fff;width:100%;text-align:center;font-size:1.7rem;margin-top:10px}#profile-page #links{width:100%;position:relative;margin-top:40px;display:flex;flex-direction:column;align-items:center}#profile-page #links .button-gradient-1{width:100%;align-items:center;background-image:linear-gradient(144deg,#af40ff,#5b42f3 50%,#00ddeb);border:0;border-radius:8px;box-shadow:#9741fc33 0 15px 30px -5px;box-sizing:border-box;color:#fff;display:flex;font-family:Phantomsans,sans-serif;font-size:20px;line-height:1em;max-width:100%;min-width:140px;padding:15px 20px;text-decoration:none;-moz-user-select:none;user-select:none;-webkit-user-select:none;touch-action:manipulation;white-space:nowrap;cursor:pointer}#profile-page #links .button-gradient-1:not(:first-child){margin-top:20px}#profile-page #links .button-gradient-1:active,#profile-page #links .button-gradient-1:hover{outline:0}@media (min-width: 768px){#profile-page #links .button-gradient-1{font-size:24px;min-width:196px;width:400px;max-width:400px}}#profile-page #links .button-gradient-1 .icon{font-size:2.5rem;flex-shrink:0;display:flex;align-items:center;justify-content:center;height:100%}#profile-page #links .button-gradient-1 .name-link-wrapper{display:flex;flex-direction:column;padding-left:15px}#profile-page #links .button-gradient-1 .name-link-wrapper p{margin:0}#profile-page #links .button-gradient-1 .name-link-wrapper .name{font-weight:700;font-size:1.6rem;margin-bottom:7px}#profile-page #links .button-gradient-1 .name-link-wrapper .link{font-size:1.3rem;width:100%;text-align:left}@media (min-width: 768px){#profile-page #profile-picture{width:80vw;height:80vw}}
