    .header{
        background-color: rgb(50, 2, 50);
        color: white;
        width: 100%;
        height: 70px;
        align-items: center;
    }

    .footer{
      background-color: rgb(213, 217, 13);
      color: white;
      width: 100%;
      height: 70px;
      align-items: center;
  }
    
  h5{
    color: white;
  }
    .navs{
        background-color: rgb(213, 217, 13);
        color: white;
        width: 100%;
        height: 150px;
        align-items: center;
    }

    .footer{
        background-color: rgb(213, 217, 13);
        color: white;
        width: 100%;
        height: 60px;
        align-items: center;
    }
    
    pre{
        background-color: black;
        color: white;
    }

    a{
        color: blue;
    }

     /* right card view */
  .rightcard {
    width: 20%;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 20px;
  }

    /* left card view */
  .leftcard {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin: 20px;
  
}

.card-img-top {
  width: 200px;
  height: 200px;
  object-fit: cover;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.card-body {
  padding: 20px;
}

.card-title {
  font-size: 18px;
  font-weight: bold;
  color: rgb(0, 0, 0);
 
}

.card-text {
  font-size: 14px;
  color: #000000;
  align-content:normal;
}