@charset "UTF-8";

body {
  color: rgb(255, 255, 255);
  font-family: "Saira Stencil One", Static;
  font-size: 18px;
  background-color: #2e2e2e;
}

.wrapper {
    width: 1080px;
    margin: 0 auto;
    padding-top: 60px;
}

.name {
  color:rgb(255, 255, 255);
  font-size: 64px;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.container {
  width: 1080px;
  padding: 64px 0;
  margin: 0aut;
}

.section-wrap  {
  margin-top: 40px;
}

.section-ttl {
  color: rgb(255, 255, 255);
  font-size: 24px;
  font-weight:normal ;
  background-color: rgb(172, 134, 241);
  pa: 8px 0 8px 8px;
}

.section-wrap p {
  margin-top: 24px;
}

.p-ttl {
  font-size: 24px;
  color: #adfa48;  
}

.work-img {
 margin-top: 18px; 
}

