*{padding:0;margin:0;box-sizing:border-box}html{font-size:62.5%}body{height:100vh;display:flex;justify-content:center;align-items:center;background-color:#0f1424;font-family:"Rubik",sans-serif}@media(max-width: 600px){body{padding:2rem;height:max-content;display:block}}.grid{display:grid;grid-template-columns:repeat(4, 1fr);gap:1.6rem}.grid--span-two{grid-row:span 2}@media(max-width: 600px){.grid{grid-template-columns:1fr}}.list{padding:1rem 1.5rem;display:flex;flex-direction:column;width:fit-content}@media(max-width: 600px){.list{width:100%;flex-direction:row;justify-content:space-between}}.list__item{list-style:none;display:inline-block;font-size:1.4rem;font-weight:500;color:#bdc1ff;cursor:pointer;padding-bottom:1rem}.list__item:hover{color:#fff}.list__item.active{color:#fff}.card-profile{background-color:#5847eb;border-radius:1rem;padding:2rem 1.5rem;color:#fff;max-width:200px}@media(max-width: 600px){.card-profile{max-width:100%;display:flex;align-items:center;gap:2rem}}.card-profile__image-box{margin-bottom:2.3rem;height:60px;width:60px;border-radius:50%;border:2px solid #fff}@media(max-width: 600px){.card-profile__image-box{margin-bottom:0}}.card-profile__image{height:100%;width:100%}.card-profile__title{font-size:3.5rem;font-weight:300;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media(max-width: 600px){.card-profile__title{font-size:3rem}}.card-profile__title--text-sm{font-size:1rem;color:#bdc1ff;display:block}.card{padding-top:4rem;border-radius:1rem 1rem 2rem 2rem;background-repeat:no-repeat;background-position-x:95%;background-size:55px;color:#fff}.card:nth-child(2){background-color:#ff8c66;background-image:url("../images/icon-work.svg")}.card:nth-child(3){background-color:#56c2e6;background-image:url("../images/icon-play.svg")}.card:nth-child(4){background-color:#ff5c7c;background-image:url("../images/icon-study.svg")}.card:nth-child(5){background-color:#4acf81;background-image:url("../images/icon-exercise.svg")}.card:nth-child(6){background-color:#7536d3;background-image:url("../images/icon-social.svg")}.card:nth-child(7){background-color:#f1c65b;background-image:url("../images/icon-self-care.svg")}.card__content{padding:1.5rem;border-radius:1rem;background-color:#1c1f4a}.card__content>*:not(:last-child){padding-bottom:1rem}.card__content:hover{cursor:pointer;background-color:#6f76c8}.card__title{font-size:1.8rem;font-weight:400}.card__text{font-size:3.2rem;font-weight:300;padding-bottom:1rem}.card__text--sm{font-size:1rem;color:#bdc1ff;font-weight:500}.container{border-radius:1rem;background-color:#1c1f4a;display:grid;grid-template-rows:68% 32%}.head{display:flex;align-items:center}.head--space{justify-content:space-between}@media(max-width: 600px){.body{display:flex;align-items:center}.body--space{justify-content:space-between}}.ellipsis{display:inline-block;padding:1rem}.ellipsis::after{content:url("../images/icon-ellipsis.svg")}/*# sourceMappingURL=style.css.map */