@import url('https://fonts.googleapis.com/css2?family=Comfortaa:wght@400;500;700&display=swap');
html,body {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
}
.bg-grey{
    background: #f8f9fa;
}
footer{
    border-top: 1px #f8f9fa solid !important;
}