.home-logo {
    background-repeat: no-repeat;
    background-size: contain;
    width: 20%;
    height: 20%;
}
.text-hover:hover {
    font-weight: bold; /* 当鼠标悬停时，将字体粗细设置为粗体 */
    text-decoration: underline; /* 当鼠标悬停在元素上时，文本将添加下划线 */
}

.text-bold {
    font-weight: bold;
}

.author-img {
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    width: 4%;
    height: 4%;
}

.analyse {
    margin: 20px 10px;
}
.profile-avatar {
    width: 50px;
}
.avatar-img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 35px;
    margin-top: -5px;
}

.btn-login {
    width: 100%;
    height: 20%;
}
