body{
  padding-top: 100px;
  font-family: Raleway;
}
img{
  border-radius: 5em;
}
#studentDetail{
  padding:20px;
  margin-bottom:15px;
  border-radius: 1em;
  background-color: white;
  box-shadow: 0 7px 7px rgba(0, 0, 0,0.18 ) ;
}
.fixed-left {
  position: fixed;
  top: 30rem;
  left: -7rem;
  transform: rotate(270deg);
  background: radial-gradient(circle, rgba(32, 23, 77, 1), rgba(32, 23, 77, 0.7));
}
@media  (max-width: 992px)  {
  .fixed-left {
    position: fixed;
    top: 30rem;
    left: -7rem;
    transform: rotate(270deg);
    background: radial-gradient(circle, rgba(32, 23, 77, 1), rgba(32, 23, 77, 0.7));
  }
  #studentDetail{
    margin-left: 1em;
    margin-top: 2em;
  }
}
  h1,h2,h5,h6.card-title {
    font-family: Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif !important;
    font-weight: bold;
    color: purple !important;
  }