@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.navbar{
    height: 70px;
    width: 100%;
    background-color: #ffffff;
    align-items: center;
    display: flex;
    justify-content: right;
    border-bottom: 1px solid #dee2e6;
}

.nav2{
  margin-right: 40px;
}

.icon img{
    height: 60px;
    width: auto;
    margin-right: 10px;
}

.icon2 img{
    height: 40px;
    width: auto;
    margin-right: 800px;
    margin-top: 23px;
}

.demat{
  font-size: 0.8rem;
  margin-right: 20px;
  border: 2px solid black;
  width: 155px;
  height: 35px;
  text-align: center;
}

.demat:hover{
  background-color: black;
  color: #ffffff;
}

h1{
  text-align: center;
  align-items: center;
  font-weight: 500;
  font-size: 2rem;
}

a{
  text-decoration: none;
  color: black;
}

h2{
  margin-top: 50px;
  font-weight: 450;
  font-size: 1rem;
  text-align: center;
}

h3{
  font-size: 1.3rem;
  font-weight: 420;
  margin: 30px;
  /* margin-top: 30px; */
  width: 200px;
}

.box1{
  margin-top: 50px;
  display: flex;
  height: 280px;
  margin-left: 80px;
  margin-right: 80px;
  justify-content: space-evenly;
}

.box2{
  height: 280px;
  width: 450px;
}

.box3{
  display: flex;
}

.box3 i{
  font-size: 5rem;
  color: #5c6672;
}

.box3 p{
  margin-top: 22px;
  margin-left: 20px;
  font-size: 1.1rem;
}