@charset "UTF-8";

body {
  background-color: #F9F8CD;
  font-family: "noto-sans";
  font-size: 16px;
}

a {
  color: inherit;
}

.body {
  width: 1280px;
  margin: 0 auto;
}

section h2 {
  padding-top: 100px;
}

#view-bt {
  width: 220px;
  height: 50px;
}

.view-btn img{
  transition: 0.3s;
}

.work-btn img{
  transition: 0.3s;
}

#view-bt:hover {
  opacity: 0.9;
}