@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Philosopher&display=swap');

body{
    background-color: rgb(240, 240, 240);
    font-family: 'Merriweather', serif;
}

a,
a:hover {
    text-decoration: none;
    color: white;
}

.navbar-brand{
    font-family: 'Philosopher', sans-serif;
}
.form-group{
    background-color: rgb(201, 201, 201);
}

footer {
    background-color: #374850;
    padding: 5px 0;
    bottom: 0;
}

footer a {
    transition: all 0.3s;
}

footer a:hover {
    color: rgb(174, 174, 174);
}