
body, html{
	font-family: 'Poppins', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
    color: #202538;
    background-color: #ffffff;
    height:100% !important;
}

#tf-home {
    background-color: #ffffff;
    width: 100%!important;
    height:100% !important;
}

#logo {
    width: fit-content;
}

a .fa
  {  
    font-size:1.5em;
    border-radius: 50%;
    border: 2px solid #202538;
    color: #202538;
    line-height: 1.6em;
    width: 1.75em;
    height: 1.75em;
    text-align: center;
    display: inline-block;
  }