@font-face {
  font-family: 'TF2Build';
  src: url('/assets/font/tf2build.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

footer 
{
  background-color: #333;
  color: white;
  padding: 10px 0;
  text-align: center;
  position: fixed;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
}
    
.footer-left {
  margin-left: 20px;
}
    
.footer-right {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
