body {
  color: white;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  padding: 40px;
}
.sidebar {
  background-color: hsl(235, 46%, 20%);
  border-radius: 15px;
  height: 70vh;
  margin-bottom: 30px;
}

.user {
  background-color: hsl(246, 80%, 60%);
  border-radius: 15px;
  padding: 30px 20px;
}

.avatar {
  width: 60px;
  border: 2px solid white;
  border-radius: 50%;
  margin-bottom: 20px;
}

.report-text {
  font-size: 14px;
  opacity: 0.7;
  margin: 0;
}

.username {
  font-size: 24px;
  margin: 0;
}

.time-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 300px;
}

.time-btn {
  background: none;
  border: none;
  color: white;
  opacity: 0.5;
  font-size: 16px;
  cursor: pointer;
  text-align: left;
}

.time-btn-active,
.time-btn:hover {
  color: white;
  opacity: 1;
}

.icon{
  margin-bottom: 2px;
}
.body{
background-color: hsl(226, 43%, 10%);
padding: 30px;
color: white;
border-radius:5px 5px;
}
.img{
background-color:hsl(348, 100%, 68%);  
align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px;
}
h1{
  font-weight: 300;
}

.play  {
   background-color: hsl(195, 74%, 62%);
   align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px;
   } 
.study{
   background-color: hsl(348, 100%, 68%); 
   align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px;
}
.exercise  {
   background-color: hsl(145, 58%, 55%);
   align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px; 
  }
.social  {
   background-color: hsl(264, 64%, 52%); 
   align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px;
  }
.self-care  {
   background-color: hsl(43, 84%, 65%); 
   align-items: end;
justify-content: flex-end;
display: flex;
border-radius:10px 5px;
  }




  /* .play  {
   background-color: hsl(195, 74%, 62%);
   } 
.study{
   background-color: hsl(348, 100%, 68%); 
}
.exercise  {
   background-color: hsl(145, 58%, 55%); 
  }
.social  {
   background-color: hsl(264, 64%, 52%); 
  }
.self-care  {
   background-color: hsl(43, 84%, 65%); 
  } */





@media (max-width:700px) {
  .icon{
  margin-bottom: 2px;
}
.body{
background-color: hsl(226, 43%, 10%);
padding: 30px;
}
.img{
background-color:hsl(348, 100%, 68%);  
align-items: end;
justify-content: flex-end;
display: flex;
}

}









