.footer{
    text-align: center;
    margin-top: 100px;
    
    
}

p {
    margin-bottom: 50px;
    font-weight: 200; /* leve */
    font-size: 12px;
  }
  

  
@font-face {
    font-family: 'Effra';
    src: url('../assets/fonts/Effra_Std_Lt.ttf') format('truetype');
    font-weight: 300; /* Light */
    font-style: normal;
  }

  @font-face {
    font-family: 'Effra';
    src: url('../assets/fonts/Effra_Std_Md.ttf') format('truetype');
    font-weight: 500; /* Medium */
    font-style: normal;
  }

  @font-face {
    font-family: 'Effra';
    src: url('../assets/fonts/Effra_Std_Bd.ttf') format('truetype');
    font-weight: 700; /* Bold */
    font-style: normal;
  }

  body {
    font-family: 'Effra', Arial, sans-serif;
  }
