@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;700&display=swap");


*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body{
  font-family: "Rubik", sans-serif;
  background-color: hsl(226, 43%, 10%);
}
section{
  display: flex;
margin: 150px;
justify-content: center;
}
.container{
display: flex;


}
.button__container{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-left: 30px;
  
}


/* jeremy profile */

.report__part{
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  /* background-color: hsl(235, 46%, 20%); */
  background-color: hsl(235, 46%, 20%);
  width: 200px;
  height: 410px;
}

.profile__card{
  background-color: hsl(246, 80%, 60%);
  border-radius: 10px;
  width: 200px;
  height: 250%;
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  
}
.profile__card img{
  width: 70px;
  height: 70px;
  margin-top: 30px;
  margin-left: 10px;
  border: 3px solid #fff;
  border-radius: 50px;
  margin-bottom: 10px;
  
}

#report{
  color: hsl(236, 100%, 87%);
  padding-left: 2px;
  font-size: 12px;
  line-height: 1.4;
 
}
.profile__card p{
  color: #fff;
  font-size: 33px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
  line-height: 1.3;
  margin-left: 10px;
  font-weight: 100;
  
}

.report__part button{
  border: none;
  background-color: hsl(235, 46%, 20%);
  color: hsl(235, 45%, 61%);
  padding: 10px;
  display: flex;
  margin-left: 20px;
  justify-content: flex-start;
  cursor: pointer;
  font-size: 14px;
  
}

.report__part button:nth-of-type(1){
  margin-top: 13px;
}
.report__part button:nth-of-type(3){
  margin-bottom: 13px;
}

.report__part button:hover{
  color: hsl(0, 0%, 100%);
}

.report__part button:focus{
  color: hsl(0, 0%, 100%);
}
/* work */
.work__icon{
  background-color: hsl(15, 100%, 70%);
  width:50px;
  height: 50px;
  background-image: url("images/icon-work.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
}

.work__card{
  background-color: hsl(15, 100%, 70%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
  
}

.btn{
  padding: 1px;
  width: 200px;
  border-radius: 10px;
  border: none;
  height: 140px;
  cursor: pointer;
  margin-top: -10px;
  background-color: hsl(235, 46%, 20%);
  color: #fff;
}
.btn:hover{
  
  cursor: pointer;
  
  background-color: hsl(235, 46%, 30%);
  
}
/* exercise */

.exercise__icon{
  background-color: hsl(145, 58%, 55%);
  width: 50px;
  height: 50px;
  background-image: url("images/icon-exercise.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
}

.exercise__card{
  background-color: hsl(145, 58%, 55%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
  
}
/* play */
.play__icon{
  background-color: hsl(195, 74%, 62%);
  width: 50px;
  height: 50px;
  background-image: url("images/icon-play.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
  
}

.play__card{
  background-color: hsl(195, 74%, 62%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
 
}

/* social */

.social__icon{
  background-color: hsl(264, 64%, 52%);
  width: 50px;
  height: 50px;
  background-image: url("images/icon-social.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
}

.social__card{
  background-color: hsl(264, 64%, 52%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
  
}

/* study */
.study__icon{
  background-color: hsl(348, 100%, 68%);
  width: 50px;
  height: 50px;
  background-image: url("images/icon-study.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
}

.study__card{
  background-color: hsl(348, 100%, 68%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
  
}
/* self care */
.selfcare__icon{
  background-color: hsl(43, 84%, 65%);
  width: 50px;
  height: 50px;
  background-image: url("images/icon-self-care.svg");
  background-size: contain;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin-left: 150px;
  
}

.selfcare__card{
  background-color: hsl(43, 84%, 65%);
  height: 180px;
  width: 200px;
  border-radius: 15px;
  
}

/* styling js part */
.card__part{
  display: flex;
  margin-top: -40px;
  margin-left: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 15px;
}

/* .title__part{
  display: flex;
  padding-top: 15px;
  font-size: 13px;

}
 .three__dots{

  font-size: 30px;
  margin-top: -20px;
  
  display: inline-block;
  cursor: pointer;
  color: hsl(235, 45%, 61%);
  
}  */

.card__current{
  font-size: 52px;
  padding: 10px;
}
.card__previous{
  font-size: 15px;
  margin-bottom: -30px;
  color: hsl(235, 45%, 61%);
}
