/* Theme Name: theme-blog-header
Author: RyoIwamoto
Desctiption: DemoSite blog theme header
Version: 1 */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Sacramento&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat&display=swap");

.profile-nezumi {
}

.figure-nezumi {
  display: flex;
}

@media screen and (max-width: 768px) {
  .figure-nezumi {
    display: block;
  }
}

.caption-nezumi {
  padding: 20px;
}

.main-p-profile {
  background-color: white;
  box-sizing: border-box;
  /* padding: 20px; */
}

@media screen and (max-width: 768px) {
  .main-p-profile {
    text-align: center;
    width: 100%;
  }
}

.content_article {
  width: 100%;
  margin: 30px auto;
}

.about-description {
  text-align: left;
  font-size: 16px;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
   .about-description {
      display: flex;
      justify-content: center;
   }
}