.author-avatar img {
transition: 0.6s;
}
.author-avatar img:hover { max-height: 100%;
height: 200px;
width: 200px;
} .widget-hitokoto {
cursor: pointer;
background: linear-gradient(180deg, #9c51f1 0%, #536abe 100%);
background-image: linear-gradient(to right, #31970d, #7917aa);
background-clip: text;
-webkit-text-fill-color: transparent;
background: linear-gradient(to right, #ff6361, #ffa600, #3cb371, #4a90e2, #c71585);
-webkit-background-clip: text;
color: transparent;
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
font-family: "Share Tech Mono", monospace;
font-weight: bold;
} p.excerpt {
background: var(--theme-success-bg-color);
padding: 15px;
border-radius: 5px;
}
html body .main-container .main-main .main-content .main-article img {
display: block;
max-width: 96%;
}
.copyright {
text-align: justify;
background: var(--theme-success-bg-color) 1px 3px no-repeat;
padding: 13px 26px 13px 32px;
border-radius: 8px;
position: relative;
width: 100%;
}