@font-face {
  font-family: 'Raleway';
  src: url('https://fonts.googleapis.com/css2?family=Raleway:wght@400;700&display=swap');
  /* Додайте додаткові настройки шрифту тут, якщо потрібно */
}

body { background:#fafafa;font-family: 'Raleway', sans-serif; }
h2 { margin-bottom: 25px;
    border-bottom: 2px solid #FA8A72;
    display: block;
    max-width: min-content;
}
div.link-b { display: flex;flex-direction: column;align-items: center; }
div.link-b > span > a { 
    text-decoration: none;
    display: block;
    width: max-content; 
    color:#313942;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    transition: color 0.3s ease;
    
}
div.link-b > span > a:hover{
    color: #FA8A72;
}
span.links { padding: 12px 24px;
    border: 1px solid var(--grey);
    border-radius: 32px;
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 150%;
    color: var(--dark-grey);
    margin-bottom: 16px;
    background: none;
    border: 1px solid #E5E5E5;
}

div.ttl{
    display: flex;
    flex-flow: column;
    align-items: center;
}
footer{
    background-color: #313942!important;
    color: #F3F3F3;
    font-size: 12px;
    
    
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px; /* Відступи всередині підвалу */
  text-align: center; /* Вирівнювання тексту по центру */  
    
    
    
}