@charset "UTF-8";

p.work {
  font-size: 1.4em;
  line-height: 1.75;
  padding: 0.75em;
}

.img50 {
  width: 50%;
  height: auto;
}

@media screen and (max-width: 479px) {
  .img50 {
    width: 100%;
    height: auto;
  }
}

h1 {
  text-align: center;
}

.logo {
  max-width: 80%;
}

#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: -50px;
  bottom: 50px;
  background: #ef3f40;
  opacity: 0.8;
  border-radius: 50%;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -5px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}