.navbar{
border-radius: 0px;
margin-bottom: 0px;
}

body{
background-color: black;
}

.container{

}

a:hover{
  color: orange;
  text-decoration: none;
}

a{
  color: red;
}
/* head */
.head{
  background-color: black;
  align-items: center;
}
.banner{
  width: 80%;
  margin-left: 10%;
}

/* list items */
.list{
  text-align: center;
/* width: 80%;
margin-left: 10%; */
}

p{
    color:white;


}



footer{
  background-color: black;
  height: 250px;
}
