@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?lrezr6');
  src:  url('fonts/icomoon.eot?lrezr6#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?lrezr6') format('truetype'),
    url('fonts/icomoon.woff?lrezr6') format('woff'),
    url('fonts/icomoon.svg?lrezr6#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow_forward_ios:before {
  content: "\e905";
}
.icon-arrow_back_ios:before {
  content: "\e906";
}
.icon-keyboard_arrow_right:before {
  content: "\e907";
}
.icon-keyboard_arrow_left:before {
  content: "\e908";
}
.icon-double_arrow:before {
  content: "\e903";
}
.icon-play_arrow:before {
  content: "\e904";
}
.icon-tag:before {
  content: "\e902";
}
.icon-storage:before {
  content: "\e900";
}
.icon-article:before {
  content: "\e901";
}
.icon-pacmanr:before {
  content: "\e916";
}
.icon-pacmanl:before {
  content: "\e917";
}
.icon-folder:before {
  content: "\e92f";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-calendar:before {
  content: "\e953";
}
.icon-link:before {
  content: "\e9cb";
}
.icon-smile:before {
  content: "\e9e1";
}
.icon-tongue:before {
  content: "\e9e3";
}
.icon-forward2:before {
  content: "\ea1b";
}
.icon-arrow-right:before {
  content: "\ea34";
}
.icon-circle-down:before {
  content: "\ea43";
}
.icon-share:before {
  content: "\ea7d";
}
.icon-new-tab:before {
  content: "\ea7e";
}
.icon-mail4:before {
  content: "\ea86";
}
.icon-sina-weibo:before {
  content: "\ea9a";
}
.icon-github:before {
  content: "\eab0";
}
.icon-IE:before {
  content: "\eadb";
}

/*!
  Theme: Solarized Light
  Author: Ethan Schoonover (modified by aramisgithub)
  License: ~ MIT (or more permissive) [via base16-schemes-source]
  Maintainer: @highlightjs/core-team
  Version: 2021.09.0
*/

/*
  WARNING: DO NOT EDIT THIS FILE DIRECTLY.

  This theme file was auto-generated from the Base16 scheme solarized-light
  by the Highlight.js Base16 template builder.

  - https://github.com/highlightjs/base16-highlightjs
*/

/*
base00  #fdf6e3  Default Background
base01  #eee8d5  Lighter Background (Used for status bars, line number and folding marks)
base02  #93a1a1  Selection Background
base03  #839496  Comments, Invisibles, Line Highlighting
base04  #657b83  Dark Foreground (Used for status bars)
base05  #586e75  Default Foreground, Caret, Delimiters, Operators
base06  #073642  Light Foreground (Not often used)
base07  #002b36  Light Background (Not often used)
base08  #dc322f  Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted
base09  #cb4b16  Integers, Boolean, Constants, XML Attributes, Markup Link Url
base0A  #b58900  Classes, Markup Bold, Search Text Background
base0B  #859900  Strings, Inherited Class, Markup Code, Diff Inserted
base0C  #2aa198  Support, Regular Expressions, Escape Characters, Markup Quotes
base0D  #268bd2  Functions, Methods, Attribute IDs, Headings
base0E  #6c71c4  Keywords, Storage, Selector, Markup Italic, Diff Changed
base0F  #d33682  Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?>
*/

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em;
}

code.hljs {
  padding: 3px 5px;
}

.hljs {
  color: #586e75;
  background: #fdf6e3;
}

.hljs::selection,
.hljs ::selection {
  background-color: #93a1a1;
  color: #586e75;
}


/* purposely do not highlight these things */
.hljs-formula,
.hljs-params,
.hljs-property
{}

/* base03 - #839496 -  Comments, Invisibles, Line Highlighting */
.hljs-comment {
  color: #839496;
}

/* base04 - #657b83 -  Dark Foreground (Used for status bars) */
.hljs-tag {
  color: #657b83;
}

/* base05 - #586e75 -  Default Foreground, Caret, Delimiters, Operators */
.hljs-subst,
.hljs-punctuation,
.hljs-operator {
  color: #586e75;
}

.hljs-operator {
  opacity: 0.7;
}

/* base08 - Variables, XML Tags, Markup Link Text, Markup Lists, Diff Deleted */
.hljs-bullet,
.hljs-variable,
.hljs-template-variable,
.hljs-selector-tag,
.hljs-name,
.hljs-deletion {
  color: #dc322f;
}

/* base09 - Integers, Boolean, Constants, XML Attributes, Markup Link Url */
.hljs-symbol,
.hljs-number,
.hljs-link,
.hljs-attr,
.hljs-variable.constant_,
.hljs-literal {
  color: #cb4b16;
}

/* base0A - Classes, Markup Bold, Search Text Background */
.hljs-title,
.hljs-class .hljs-title,
.hljs-title.class_
{
  color: #b58900;
}

.hljs-strong {
  font-weight:bold;
  color: #b58900;
}

/* base0B - Strings, Inherited Class, Markup Code, Diff Inserted */
.hljs-code,
.hljs-addition,
.hljs-title.class_.inherited__,
.hljs-string {
  color: #859900;
}

/* base0C - Support, Regular Expressions, Escape Characters, Markup Quotes */
.hljs-built_in,
.hljs-doctag, /* guessing */
.hljs-quote,
.hljs-keyword.hljs-atrule,
.hljs-regexp {
  color: #2aa198;
}

/* base0D - Functions, Methods, Attribute IDs, Headings */
.hljs-function .hljs-title,
.hljs-attribute,
.ruby .hljs-property,
.hljs-title.function_,
.hljs-section {
  color: #268bd2;
}

/* base0E - Keywords, Storage, Selector, Markup Italic, Diff Changed */
.hljs-type,
/* .hljs-selector-id, */
/* .hljs-selector-class, */
/* .hljs-selector-attr, */
/* .hljs-selector-pseudo, */
.hljs-template-tag,
.diff .hljs-meta,
.hljs-keyword {
  color: #6c71c4;
}
.hljs-emphasis {
  color: #6c71c4;
  font-style: italic;
}

/* base0F - Deprecated, Opening/Closing Embedded Language Tags, e.g. <?php ?> */
.hljs-meta,
/*
  prevent top level .keyword and .string scopes
  from leaking into meta by accident
*/
.hljs-meta .hljs-keyword,
.hljs-meta .hljs-string
{
  color: #d33682;
}

.hljs-meta .hljs-keyword,
/* for v10 compatible themes */
.hljs-meta-keyword {
  font-weight: bold;
}

.hljs {
  background: #f9e2be !important;
  padding: 0 !important;
  -webkit-text-size-adjust: 100% !important;
}
html {
  min-width: 1060px;
  color: #333;
  background: #ffebc9;
}
body {
  margin: 0;
}
html,
body {
  scroll-behavior: smooth;
}
a {
  color: #865439;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  border-style: none;
}
table {
  display: table-row-group;
  width: 100%;
  font-size: 0.875em;
  background: #f9e2be;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: middle;
}
table code {
  background: #edcfa9;
}
thead {
  border-bottom: 2px solid #cfad87;
}
th {
  font-weight: bold;
}
th,
td {
  border: 1px solid #cfad87;
}
caption,
th,
td {
  padding: 8px;
}
dt {
  font-weight: bold;
}
dd {
  padding: 0;
  margin: 0;
}
pre {
  padding: 10px;
  margin: 0 auto 20px;
}
blockquote {
  background: #f9e2be;
  border-left: 4px solid #ba9271;
  padding: 0 15px;
  margin: 0;
}
blockquote code {
  background: #edcfa9;
}
iframe,
img,
video,
embed {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.video-container {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  width: 100%;
}
.video-container iframe,
.video-container object,
.video-container embed {
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: "";
  clear: both;
  height: 0;
}
.divider-horizontal,
hr {
  width: 100%;
  height: 0;
  border: none;
  border-top: 5px dotted #ffebc9;
  margin: 10px 0;
}
.divider-vertical {
  display: inline-block;
  width: 0;
  border-left: 5px dotted #ffebc9;
  margin: 0 10px;
  vertical-align: middle;
}
.divider-horizontal,
.divider-vertical {
  color: transparent;
}
.underline:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  border-top: 2px solid;
  opacity: 0.9;
  transform: scale(0);
  transition: all 0.3s;
}
.underline:hover {
  opacity: 0.9;
}
.underline:hover:before {
  transform: scale(1);
}
.aside-card {
  background: #edcfa9;
  border-radius: 5px;
  padding: 16px;
  text-align: center;
}
.aside-card + .aside-card {
  margin-top: 15px;
}
.toc-content {
  max-height: calc(100vh - 250px);
  color: #865439;
  background: #ffebc9;
  border-radius: 5px;
  overflow: auto;
}
.aside-toc h3 {
  margin: 0 0 10px;
}
.aside-toc ol {
  list-style: none;
  padding: 0;
  padding-left: 8px;
  margin: 0;
  text-align: left;
}
.post-toc-item {
  line-height: 1.8;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.post-toc-link {
  opacity: 0.5;
}
.post-toc-link:hover {
  opacity: 0.75;
}
.toc-reached {
  font-weight: bold;
  opacity: 1;
}
.author-avatar {
  width: 125px;
  height: 125px;
  border-radius: 50%;
  margin: auto;
  overflow: hidden;
}
.author-avatar img {
  width: 100%;
  height: 100%;
}
.author-name {
  margin: 10px;
}
.author-motto {
  color: #865439;
  font-size: 13px;
}
.site-state {
  display: flex;
}
.site-state-item {
  flex: 1;
  display: inline-block;
  padding: 0 10px;
}
.site-state-item span {
  display: block;
}
.site-state-item-count {
  color: #333;
  font-weight: bold;
}
.site-state-item-name {
  color: #865439;
  font-size: 13px;
  margin-top: 3px;
}
.friends div:first-child {
  font-weight: bold;
  margin-bottom: 6px;
  text-align: left;
}
.no-friends {
  color: #865439;
  margin-top: 15px;
}
.no-friends span:first-of-type {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 10px;
}
.friends-list {
  display: flex;
  flex-wrap: wrap;
  font-size: 14px;
  padding: 0;
  padding-left: 20px;
  margin: 0;
  text-align: left;
}
.friends-link-item {
  display: inline-block;
  min-width: 50%;
  margin: 10px 0 0;
}
.friends-link-item a {
  position: relative;
  color: #865439;
}
.recent-post-item + .recent-post-item {
  margin-top: 15px;
}
.recent-post-item {
  background: #edcfa9;
  border-radius: 5px;
  padding: 16px 28px;
}
.article-entry a {
  border-bottom: 1px solid;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.post-more {
  margin-top: 20px;
  text-align: center;
}
.post-more-link {
  display: inline-block;
  color: #edcfa9;
  background: #ae8567;
  border-radius: 5px;
  padding: 5px 10px;
}
.post-more-link:hover {
  background: #9a6c51;
  opacity: 1;
}
.icon-double_arrow {
  position: relative;
  bottom: -1px;
}
#post {
  background: #edcfa9;
  border-radius: 5px;
  padding: 16px 28px;
  line-height: 2;
}
#post a {
  border-bottom: 1px solid;
  overflow-wrap: break-word;
}
.post-header {
  margin-bottom: 30px;
}
pre {
  font-size: 14px;
  background: #f9e2be;
}
.highlight {
  overflow: auto;
  font-size: 14px;
  background: #f9e2be;
  padding: 0;
  margin: 20px 0;
}
.highlight figcaption {
  background: #f3d8b4;
  padding: 0.5em;
  line-height: 1.5;
}
.highlight td {
  border: none;
  padding: 0;
}
.highlight pre {
  margin: 0;
  line-height: 1.5;
}
.highlight pre span.marked {
  background: #f3d8b4;
}
.highlight .gutter {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.highlight .gutter pre {
  background: #f3d8b4;
  text-align: right;
}
kbd {
  font-size: 16px;
  background: #f9e2be;
  border: 2px solid #ba9271;
  border-radius: 0.2em;
  padding: 0.1em 0.3em;
  box-shadow: 0.1em 0.1em 0.2em rgba(0,0,0,0.1);
  white-space: nowrap;
}
code {
  font-size: 14px;
  background: #f9e2be;
  border-radius: 3px;
  padding: 2px 4px;
  overflow-wrap: break-word;
}
.post-nav {
  display: flex;
  justify-content: space-between;
  border-top: 1px dashed #ffebc9;
  padding: 10px 5px 0;
  margin-top: 40px;
}
.post-nav-item {
  flex: 1;
}
.post-nav-item a {
  border-bottom: 0 !important;
}
.post-nav-item:last-child {
  text-align: right;
}
.post-title {
  position: relative;
  display: block;
  width: fit-content;
  color: #333;
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto 8px;
  text-align: center;
}
.post-meta {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 12px;
  margin-bottom: 15px;
}
.post-meta a {
  color: #865439;
}
.post-categories,
.post-tags {
  margin: 0 1em;
}
.icon-folder,
.icon-price-tags {
  position: relative;
  right: -6px;
  bottom: -1px;
}
.post-gallery {
  border: 5px double #ffebc9;
  border-left: none;
  border-right: none;
  padding: 10px 0;
}
.article-entry .post-gallery,
.timeline-item .post-gallery {
  display: flex;
  min-height: 200px;
  padding: 5px 0;
  margin-bottom: 15px;
}
.article-entry .post-gallery .post-gallery-image,
.timeline-item .post-gallery .post-gallery-image {
  flex: 1;
}
.article-entry .post-gallery .post-gallery-image img,
.timeline-item .post-gallery .post-gallery-image img {
  height: 100%;
  object-fit: cover;
  opacity: 1;
  width: 100%;
}
.article-entry .post-gallery .post-gallery-image:not(:first-child),
.timeline-item .post-gallery .post-gallery-image:not(:first-child) {
  clip-path: polygon(40px 0, 100% 0, 100% 100%, 0 100%);
  margin-left: -20px;
}
.article-entry .post-gallery .post-gallery-image:not(:last-child),
.timeline-item .post-gallery .post-gallery-image:not(:last-child) {
  margin-right: -20px;
}
#post .post-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
#post .post-gallery .post-gallery-image {
  padding: 10px;
  background: #f9e2be;
  border-radius: 3px;
img
}
.archive {
  position: relative;
  background: #edcfa9;
  border-radius: 5px;
  padding: 1rem 2rem;
  line-height: 2.5;
}
.categories {
  font-size: 18px;
  background: #edcfa9;
  border-radius: 5px;
  padding: 16px 28px;
  line-height: 2;
}
.categories .no-category {
  text-align: center;
}
.categories .categories-title {
  margin: 0;
  text-align: center;
}
.categories .category-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.categories .category-list .category-item {
  box-sizing: border-box;
  min-width: 25%;
  padding-right: 40px;
}
.categories .category-list .category-count {
  color: #c5856d;
  font-size: 0.5em;
  font-weight: bold;
  margin-left: 0.1em;
}
.category {
  position: relative;
  background: #edcfa9;
  border-radius: 5px;
  padding: 1rem 2rem;
  line-height: 2.5;
}
.tags {
  font-size: 18px;
  background: #edcfa9;
  border-radius: 5px;
  padding: 16px 28px;
  line-height: 2;
}
.tags .no-tag {
  text-align: center;
}
.tags .tags-title {
  margin: 0;
  text-align: center;
}
.tags .tag-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.tags .tag-list .tag-item {
  box-sizing: border-box;
  min-width: 25%;
  padding-right: 40px;
}
.tags .tag-list .tag-count {
  color: #c5856d;
  font-size: 0.5em;
  font-weight: bold;
  margin-left: 0.1em;
}
.tag-cloud {
  border: 1px dashed #c19c78;
  border-radius: 3px;
  margin-top: 10px;
  text-align: center;
}
.tag-cloud a {
  margin: 0 5px;
}
.tag-cloud a:hover {
  color: #865439 !important;
  opacity: 1;
}
.tag-content {
  position: relative;
  background: #edcfa9;
  border-radius: 5px;
  padding: 1rem 2rem;
  line-height: 2.5;
}
.no-post {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.timeline-header {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 30px;
  padding-left: 30px;
}
.timeline-header,
.post-timeline {
  position: relative;
}
.timeline-header::before,
.post-timeline::before {
  z-index: 1;
  content: '';
  position: absolute;
  left: 0;
  height: 100%;
  border-left: 4px solid #ffebc9;
}
.timeline-header::before {
  bottom: -18px;
  border-left-style: dashed;
}
.post-timeline::before {
  height: calc(100% - 10px);
  bottom: -12px;
}
.post-timeline > * {
  position: relative;
  padding-left: 30px;
}
.post-timeline time {
  margin-right: 15px;
  opacity: 0.8;
}
.post-timeline .post-title {
  display: inline;
  font-size: 16px;
  font-weight: normal;
}
.post-timeline .post-title:hover {
  opacity: 1;
}
.post-timeline .post-gallery {
  margin: 5px 0 10px;
}
.timeline-year {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
.timeline-item + .timeline-year {
  margin-top: 16px;
}
.timeline-item {
  margin-bottom: 10px;
  border-bottom: 1px dashed #c19c78;
}
.timeline-header::after,
.timeline-year::before,
.timeline-item::before {
  z-index: 2;
  content: '';
  position: absolute;
  top: 50%;
  border: solid #c19c78;
  border-radius: 50%;
  transform: translateY(-50%);
}
.timeline-header::after {
  top: calc(50% - 15px);
  left: -4px;
  border-color: #9a6c51;
  border-width: 6px;
}
.timeline-year::before {
  left: -3px;
  border-color: #ae8567;
  border-width: 5px;
}
.timeline-item::before {
  left: -2px;
  border-width: 4px;
}
.timeline-item:hover {
  border-bottom-color: #865439;
}
.timeline-item:hover::before {
  border-color: #865439;
}
.menu-outer {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  height: 50px;
  background: #e0ad90;
  padding: 5px 5%;
  transform: translateY(0);
  transition: background 0.5s, transform 0.5s;
}
.menu-hidden {
  transform: translateY(-100%);
}
.color {
  background: #c5856d;
}
.menu-inner {
  width: 100%;
  max-width: 1000px;
  height: 100%;
  margin: 0 auto;
  line-height: 50px;
}
.menu-inner-item {
  color: #333;
  font-size: 24px;
  font-weight: bold;
  padding: 0 10px;
}
.menu-inner-item:first-of-type {
  float: left;
}
.menu-inner-item:nth-of-type(n+2) {
  float: right;
}
.header-outer {
  position: relative;
  width: 100%;
  height: 550px;
  overflow: hidden;
}
.header-inner {
  position: absolute;
  left: 50%;
  width: 120%;
  height: 100%;
  background: #e0ad90;
  border-radius: 0 0 50% 50%;
  margin-left: -60%;
}
.header-info {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}
.header-info-title {
  font-size: 64px;
  margin: 0 0 16px;
}
.header-info-subtitle {
  font-size: 40px;
  margin: 0 0 40px;
}
.header-info-motto {
  font-size: 24px;
  margin: 0 0 24px;
}
.header-info-contact-icon {
  display: inline-block;
  margin: 0 20px;
  color: #333;
  font-size: 42px;
  transform: rotate(0deg);
  transition: transform 0.5s;
}
.ie {
  transition: transform 5s;
}
.header-info-contact-icon:hover {
  transform: rotate(360deg);
}
.header-arrow {
  position: absolute;
  left: 50%;
  bottom: 0.5em;
  color: #333;
  font-size: 36px;
  margin-left: -0.5em;
  animation: arrowFloat 3s infinite;
}
.header-arrow:hover {
  margin-bottom: -0.15em;
  opacity: 0.8;
  animation: shake 0.1s linear 2;
}
.content-outer {
  width: 1000px;
  padding: 30px 20px;
  margin: auto;
}
.content-aside {
  position: sticky;
  top: 65px;
  float: left;
  width: 250px;
  transition: top ease 0.5s;
}
.content-inner {
  float: right;
  width: 720px;
}
.footer-outer {
  background: #844d3e;
}
.footer-inner {
  color: #ffebc9;
  padding: 30px 0;
  text-align: center;
  line-height: 32px;
}
.footer-inner a {
  color: #e0ad90;
}
#paginator {
  background: #edcfa9;
  border-radius: 5px;
  padding: 12px 0;
  margin-top: 15px;
  text-align: center;
}
#paginator .current {
  background: #9a6c51;
}
#paginator a:hover {
  background: #9a6c51;
  opacity: 1;
}
#paginator > * {
  display: inline-block;
  color: #edcfa9;
  background: #ae8567;
  border-radius: 3px;
  padding: 5px 10px;
  margin: 0 5px;
}
.icon-pacmanr,
.icon-pacmanl {
  position: relative;
  bottom: -2px;
}
@-moz-keyframes arrowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0.3em);
  }
}
@-webkit-keyframes arrowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0.3em);
  }
}
@-o-keyframes arrowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0.3em);
  }
}
@keyframes arrowFloat {
  0%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(0.3em);
  }
}
@-moz-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20%, 100% {
    transform: translate(3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(-3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
}
@-webkit-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20%, 100% {
    transform: translate(3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(-3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
}
@-o-keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20%, 100% {
    transform: translate(3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(-3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
}
@keyframes shake {
  0% {
    transform: translate(0, 0);
  }
  20%, 100% {
    transform: translate(3px, 3px);
  }
  40% {
    transform: translate(-3px, -3px);
  }
  60% {
    transform: translate(-3px, 3px);
  }
  80% {
    transform: translate(3px, -3px);
  }
}
