.width{
max-width: 74rem;
margin: 0 auto;
}

html{
    scroll-behavior: smooth;
}
.activeBtn{
    background-color: rgb(8, 223, 40);
    color:white;

}