html {
  scroll-behavior: smooth;
}
body{
  font-family:'Poppins', sans-serif;
  background-color: black;
  color: #ffffff;
}
p {
  text-align: justify;
}


.button {
    display: inline-block;
    background-color: brown;
    color: #ffffff;
    padding: 0.75rem 2.5rem;
    font-weight: 600;
    border-radius: .5rem;
    text-decoration: none;

    
}
.button:hover { box-shadow: 0 10px 36px rgba(0, 0, 0, .15); }

