
/*
*{
  margin: 0;
  padding: 0;
  font-family: sans-serif;
} */


/* width */
::-webkit-scrollbar {
  width: 20px;
}

/* track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 15px gray;
  border-radius: 15px;
}

/* handle */
::-webkit-scrollbar-thumb {
  background: aquamarine;
  border-radius: 15px;
}

/* handle on handle */
::-webkit-scrollbar-thumb:hover {
  background: #00ffff;
}

body {
 background-color: blue;

}

h1 {
color: rgb(9, 207, 42);
font-family: verdana;
font-size: 50px;
text-align: center;
}

h4{
  /* color: white; */
  color: rgb(9, 207, 42);
  font-family: cursive ;
  font-size: 30px;
}
p {
color: white;
font-family: verdana;
font-size: 40px;
text-align: center;
}

.header-bna {
  width: 100% ;
  height: 700px;
  background-size: cover ;
  text-align: center ;
  padding: 60px;
  /* margin-bottom: 10px; */
  float: left;
}

.bd-placeholder-img {
  font-size: 1.125rem;
   text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}




main > .container {
  padding: 60px 15px 0;
}

 .container-fluid {

  backcground-color: green;

}
