.img-intro{
    height:100vh;
    background-image: url('../img/UTSELVA-CAMPUS.webp');
    background-repeat:no-repeat;
    background-size:cover;
    background-position:center center;
  }

.img-intro h1{
  border-bottom: 0.25rem solid #f8f9fc !important;
  text-transform: uppercase;
  text-shadow:
    1px 1px 2px black,
    0 0 1em rgb(135, 135, 139),
    0 0 0.2em rgb(128, 128, 131);
}
.border-2px{
  border-left: 0.25rem solid #f8f9fc !important;
  border-bottom: 0.25rem solid #f8f9fc !important;
}
.list-unstyle{
  margin: 0 0 5px;
  list-style: none;
}
.list-unstyle li i{
  color: rgb(0,84,111);
}
.list-unstyle li a{
  text-decoration: none;
}
