body{
    background-color:bisque;
}
#stylebtn {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #34db4a;
    color: #131111;
    border: none;
    cursor: pointer;
    border-radius: 15px;
    transition: background-color 0.3s ease; /* Add a smooth transition effect */
  }
  
  /* Styling for the button on hover */
  #stylebtn:hover {
    background-color: red;
  }
  nav.mt-2 {
    
  }