h1 {
    font-style: oblique;
    color: rgb(255, 255, 255);
    font-size: 250%;
    font-weight: bold;
    font-family: Cambria, Cochin, Georgia, Times, "Times New Roman", serif;
    background-color: rgb(71, 15, 122);
    background-size: cover;
    padding: 15px;
    text-align: center;
    text-shadow: 6px 6px 5px black;
    padding: 10px;
    margin: 10px;
    border: 8px solid rgb(40, 17, 63);
    border-radius: 100px;
    box-shadow: 8px 8px 7px black;
  }
  
  .background {
    position: relative;
    width: 100%;
    height: 600px;
  }
  
  .background::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("nitj3.jpg");
    background-size: 1500px;
    background-position: center;
    opacity: 0.4;
    z-index: -1;
  }


.container {
    display: flex;
    align-items: center;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    background-color: rgba(240, 248, 255, 0.687);
}

.image {
    flex: 0 0 auto;
    width: 150px;
    height: 150px;
    background-color: #f0f0f05f;
    margin-right: 20px;
    border-radius: 8px;
    overflow: hidden;
}

.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.info {
    flex: 1;
}

.info h2 {
    margin: 0;
    font-size: 1.5em;
    color: rgb(72, 20, 122);
}


.info p {
    margin: 10px 0;
    line-height: 1.5;
    color: rgb(95, 24, 118);
}

footer{
    background-color: #4b2e83;
    color:#fff;
    text-align: center;
    font-style: oblique;
    padding: 1rem;
}
