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: 110%;
  background-image: url("nitj3.jpg");
  background-size: 1500px;
  background-position: center;
  opacity: 0.4;
  z-index: -1;
}

.content {
  position: relative;
  z-index: 1;
  color: rgb(57, 22, 92);
  text-align: center;
  font-size: 120%;
  padding: 10px;
  font-weight: 1100;
}

p{
    font-size: 140%;
    text-decoration: underline;
}

a{
  font-weight: 900;
  color: rgb(66, 32, 121);
}

footer{
    background-color: #4b2e83;
    color:#fff;
    text-align: center;
    font-style: oblique;
    padding: 1rem;
}
