.avatar {
    border: 1px solid black;
    height: 5rem;
    width: 5rem;
    box-shadow: 4px 4px 10px rgba(0,0,0,0.3); 
    float: left;
    margin: 0.5rem;
    border-radius: 20%;
    
}
.profile-info{
    height: 8rem;
}
.a{
    margin: auto;
}
.phone-frame {
    width: 100%;
    max-width: 375px; 
    margin: 0 auto;
    border: 2px solid #ccc;
    border-radius: 30px;
    padding: 16px;
    background: white;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    box-sizing: border-box;
    min-height: 100vh;
    overflow-y: auto; 
    background-color: #D7E696;

}
.info-item {
    margin: 1rem;
    color: #034433;
    margin: auto;
    font-family: "Pacifico", cursive;
}
h2{ 
    color: #034433;
    margin: auto;
    font-family: "Pacifico", cursive;
}
h1{ color: #034433;
    margin: auto;
    font-family: "Pacifico", cursive;
}
.google_link{  
    background-color: #034433;
    color: #D7E696;
    font-size: 4rem;
    text-decoration: none;
    border: 1px solid  #034433;
    width: 20rem;
    height: 20rem;
    display: flex;
    margin: auto;
    border-radius: 100%;
    flex-direction: column;     /* элементы друг под другом */
    justify-content: center;    /* центрируем по вертикали */
    align-items: center;  }


.imgavatar{
    width: 100%;
    height: 100%;
    border-radius: 20%;
}
.mess {
    font-size: 2rem;
    color: #034433;
    margin: auto;
    font-family: "Pacifico", cursive;
}
.achievement > summary {
        padding: 5px;
        color: #333;
        cursor: pointer;
        list-style: none;
    }
.gogle_link1{
    display: flex;
    height: 5rem;
    width: 10rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.5rem;
    color: #034433;
    font-family: "Pacifico", cursive;
    background-color: #034433;
    color: #D7E696;
    border-radius: 10%;
}
.h2_text {
    margin: 0 auto;
    text-align: center;
    margin-top: 2rem;
}
.groop_a {
    display: flex;
    gap: 1rem;
}
.gogle_link1_task{
        display: flex;
    height: 5rem;
    width: 10rem;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.3rem;
    border: 0.1rem solid #034433;
    font-family: "Pacifico", cursive;
    color: #034433;
    border-radius: 10%;
}
.progress-wrap {
    width: 100%;
    height: 20px;
    background: #e9ecef;
    border-radius: 20px;
    overflow: hidden;
    margin: 15px 0;
    box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #28a745, #34ce57);
    border-radius: 20px;
    transition: width 0.4s ease;
    width: 0%; 
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 8px;
    color: white;
    font-size: 12px;
    font-weight: bold;
}
.count {
    margin: 0 auto;
    text-align: center;
    
}