﻿@font-face {
    font-family: 'Lexend Deca';
    src: url('LexendDecaRegular.ttf');
}

body {
    color: #282b34;
}

body, .navbar {
    background-color: #f1f3f6;
}

footer span {
    color: #282b34;
    opacity: .6;
}

footer a {
    color: #282b34;
    opacity: .6;
    line-height: 2;
    text-decoration: none;
}