* {
  margin: 0;
  padding: 0;
}
.container-fluid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  background-color:rgb(201, 206, 207);
}
.content {
  text-align: center;
  color:black;
  font-size: 16px;
  font-weight: bold;
  font-family: "Open Sans", sans-serif;
}

.hero-under_line {
  margin-top: 20px;
}
hr {
  height: 3px;
  background-color: rgb(0, 0, 0);
  border: none;
}
.hero-note {
  margin-top: 40px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}
img{
    width: 400px;
}
i{
    color: rgb(250, 245, 245);
    font-size: 20px;
}
.email-icon span{
    font-size:12px;
    color: black;
    
}
.email-icon i{
    color: black;
    
}
.social-icons ul li i{
    color: black;

}
.main-logo img{
  max-width: 80%;
  height: auto;
}