@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;700&display=swap');

html,
body {
    height: 100%
}

body {
    display: grid;
    align-content: space-between;
    margin: 0;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
div,
li,
ul,
ol,
button,
input,
textarea,
select,
a {
    font-family: 'Cairo', sans-serif;
    text-decoration: none;
}


@media (max-width: 600px) {
    .navbar-collapse {
        margin-top: 20px;
    }

    footer p {
        font-size: 12px;
    }
}