* {
    margin: 0%;
    padding: 0%;
}
img {
    width: 100%;
}

a {
    text-decoration: none !important;
  
}

li {
    list-style: none;
}
:root{
    --primary-color:#FFFFFF;
    --secondary-color:#111827;
   
}
body{
    font-family: "Inter", sans-serif;
}
span{
    color: #18004C;
}
h2 {
    font-size: 40px;
    margin-top: 20px;
    margin-bottom: 20px;
}
p{
    
    line-height: 1.7;
}

html {
    scroll-behavior: smooth;
}
