@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

* {
    font-family: 'Poppins', sans-serif;
}

html,body
{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0px;
}

.footer {
    background-color: #121212;
    padding-top: 10%;
    padding-bottom: 10%; 
    padding-left: 5%;
    color: #e5e5e5;
    font-family: 'Poppins', sans-serif;
}

.navbar-custom {
    background-color: #121212;
}

.Navtxt {
    color: #e5e5e5;
}
 
* {
    box-sizing: border-box;
  }
  
  body {
    background-color: #f1f1f1;
    font-family: 'Poppins', sans-serif;
  }

.column {
    width: 50%;
    padding: 20px;
}

.txt{
    font-weight: 600; font-size: 27px;
}