body{
    background-color: yellow;
    padding: 5px;
    background-image: url("R.jpeg");
    background-repeat: no-repeat;
    background-size:cover;
}
/* Navbar styles */
.navbar {
    background-color: transparent;
    /* border: 0.5px solid blue;
    border-radius: 20px; */
  }
  
  .navbar-brand {
    font-size: 1.5rem;
    font-weight: bold;
  }
  
  .navbar-nav .nav-link {
    color: #000;
    font-weight: bold;
  }
  
  .navbar-nav .nav-link.active {
    color: #007bff;
  }
  
  /* Search form styles */
  #myForm {
    margin-top: 20px;
  }
  
  #myForm .form-control {
    width: 200px;
  }
  
  #submitButton {
    margin-left: 10px;
    background-color: wheat;
  }
  
  /* Table styles */
  .container {
    margin: 10px;
    padding: 10px;
    background-color: wheat;
    max-width: min-content;
    height: auto;
    border-end-start-radius: 90px;
    border-start-end-radius: 90px;

  }
}
  
  th, td {
    padding: 10px;
    text-align: center;
  }
  
  th {
    background-color: #007bff;
    color: #fff;
    border-radius: 10px;
    
  }
  
  tr:nth-child(even) {
    background-color:wheat;
  }
  
  /* Other styles */
  
  
  h1 {
    margin-bottom: 20px;
}
img{
  border-radius: 250px;
}

  
  