/* Theme Name: theme-blog
Author: RyoIwamoto
Desctiption: DemoSite blog theme
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");

footer {
  width: 100%;
}

.div-footertop {
  box-sizing: border-box;
  background: rgba(64, 224, 208, 0.2);
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 180px;
}

@media screen and (max-width: 768px) {
  .div-footertop {
    padding-left: 0;
    justify-content: center;
  }
}

.div-footertop > span {
  margin: 0 15px;
  font-size: 15px;
}

.home {
  color: blue;
}

.div-footer {
  box-sizing: border-box;
  background-color: #40e0d0;
  height: 40px;
  text-align: center;
  display: flex;
  justify-content: center; /*左右中央揃え*/
  align-items: flex-start;
}

.copyright {
  box-sizing: border-box;
}
