#wrapper {
     width: 80%;
    margin: auto;
 background-color: rgb(208, 231, 179);
 
}

.custom-navbar {
  background-color: #ffffff; 
}

body {
   background-color: rgb(208, 231, 179);
}

.greeting {
    font-size: xx-large;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
     color: rgb(15, 58, 15);
}

.scroll {
    font-size: large;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-align: center;
}

.wrap2 {
    border: 4.5px solid  rgb(63, 96, 63);
  list-style:inside;
    background-color: #ffffff;
      padding: 20px;
}

.scroll {
  color: rgb(15, 58, 15);
}

h1 {
  color: rgb(15, 58, 15);
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
.bibi-shop {
  color: rgb(15,58,15);
  font-size: 50px;
  font-weight: bold;}

.col-auto {
  text-align: left;
}

.login {
  border: 4.5px solid rgb(63, 96, 63);

  padding: 20px;

  background-color: white;
  
}
.borderhere {
  border: 5px white solid;
  padding: 20px;
}

.cardborder {
border: 4.5px solid white;
background-color: white;

  padding: 20px;

 
}
.accordborder {
  border: 4.5px solid white;

  padding: 20px;
}

footer {
  font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}