html {
    scroll-behavior: smooth;
}

body {
    margin:0;
    padding:0;
}

/* header {
    text-align: center;
} */

h1 {
    font-weight: bold;
    margin-top: 120px;
    color: aliceblue;
}

p {
    text-align: center;
    margin-bottom: 50px;
    color: aliceblue;
}

.top-wrapper {
    text-align: center;
}

.top-wrapper::before {
    padding: 180px 0 100px 0;
    content: "";
    background-image: url('img/briquette-coconut1.jpg'); 
    background-size: cover; 
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.65;
  }

.text-footer {
    margin-top: 25px;
    text-align: center;
 }

footer {
    background-color: lightgray;
}
