@import "./projects/project.css";

.wrap{ padding-top: 32px; }

.muted{
  max-width: 720px;
  margin-bottom: 32px;
}

.cvhead{
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom: 12px;
}

.btn{
  border:1px solid var(--rule);
  border-radius:999px;
  padding:10px 14px;
  font-size:13px;
}

.pdf{
  width:100%;
  height:80vh;
  border:1px solid var(--rule);
  border-radius:12px;
}
