.animate__animated {
  animation: none !important;
}

.theme-switch {
  display: none !important;
}

.about-photo {
  float: right;
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 0 1rem 1.5rem;
  border-radius: 100%;
  box-shadow: 0 0 0 .3618em rgba(0, 0, 0, .05);
}

.content code,
.content pre code {
  word-wrap: normal;
  overflow-x: auto;
}

.content pre {
  overflow-x: auto;
}

@media (max-width: 600px) {
  .about-photo {
    float: none;
    display: block;
    margin: 0 auto 1rem;
  }
}
