@charset "UTF-8";

header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 60px auto 60px auto;
}

header .pic {
  margin-right: 20px;
}

body {
  background-color: #d7eaf3;
}

.content .col-left,
.content .col-right {
  width: 50%;
}

.content .col-left {
  margin-right: 30px;
  text-align: center;
}

.content .col-left .pic {
  margin-bottom: 30px;
}

.site-btn {
  width: 350px;
  margin: 0 auto;
  color: #fff;
  background-color: var(--secondary-color);
  border-radius: 50px;
  /* box-sizing: border-box; */
}

.site-btn a {
  display: inline-block;
  padding: 10px 15px;
  width: 100%;
  font-weight: 700;
  font-size: 30px;
  transition: all 0.3s;
  border-radius: 50px;
  /* box-sizing: border-box; */
}

.site-btn a:hover {
  background-color: #fff;
  border: 1px solid var(--secondary-color);
  color: var(--secondary-color);
  /* box-sizing: border-box; */
}

#web .works {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

#web .works .pic {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  header .pic {
    width: 100px;
  }
  #web .works {
    width: 90%;
  }
}
