* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Roboto", sans-serif;
}

.list li {
  list-style-type: none;
}

.navbar-nav li {
  font-size: 15px;
  margin-left: 8px;
}

.navbar-nav li a {
  color: white;
}

.navbar-nav li:hover {
  border-bottom: 1px solid yellow;
}

.show {
  background-color: black;
}

.containerr {
  background-color: #0e2023;
  color: white;
  padding: 40px;
}

.list li a {
  text-decoration: none;
  color: white;
  position: relative;
  right: 25px;
}

.list li a:hover {
  border-bottom: 2px solid white;
}

.footer h6 {
  font-size: 20px;
  color: white;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.features-boxes {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 20px;
  background-color: rgb(49, 144, 228, 0.2);
  border-radius: 10px;
  transition: 0.3s linear;
}

.features-boxes:hover {
  background-color: #0e2f52;
  color: white;
  transform: translateY(-10px);
}

.features-boxes:hover img{
  background: white;
}

.main img{
    margin-top: 5%;
}

@media (max-width: 500px) {
  .banner img {
    height: 150px;
  }

  .images{
    height: 300px;
  }
  
  .main img{
      margin-top: 18%;
  }
}
