html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(138, 102, 129);
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
   