.header-btn a {
  font-family: Switzer Variable;
  font-weight: 600;
  font-size: 16.5px;
  line-height: 19px;
  letter-spacing: 0.01em;
  max-width: 235px;
  width: 100%;
  display: block;
  height: 44px;
  padding: 12px 10px;
  text-decoration: none;
  background: rgb(100, 100, 232);
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  margin:0;
}
.header-btn a:hover{
  background: rgb(77, 77, 198);
  color: #fff;
}
