

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

    
    
}

.one-section{
  background-image: url(../images/wp4678542.jpg);
  background-repeat: no-repeat;
  height: 80vh;
  background-size: cover;
  background-position: center center;

}




.navbar a{
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  font-family: sans-serif ;
}




.navbar a:hover{
  color: orangered;
  text-decoration: underline;
}

