section {
  padding: 120px 12%;
  text-align: center;
}
a {
  color: inherit;
  
  letter-spacing: 1px;

  text-decoration: none;
}

button{
  background: #000;
  color: #ffffff;
  font-weight: 600;
  border-radius: 8px;
  padding: 12px 26px;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: 'Inter', sans-serif;
}