/*
 * Useful links:
 *  * CSS selector reference - https://www.w3schools.com/cssref/css_selectors.asp
 */

form {
    border: 1px solid #cacaca;
    border-radius: 5px;
    padding: 16px;
}

nav.navbar {
    background-image: linear-gradient(#254d8a, #2f5ea2);
    text-shadow: 1px 1px black;
}

a.nav-link, a.navbar-brand {
    color: #ece6f5;
}

a.homepage-link {
    background-color: #ff8100 !important;
}

div[class="row"] a {
    text-decoration: underline;
}

ul {
    list-style-type: none;
}

.front {
    background-color: white;
    filter: drop-shadow(3px 3px 3px #444444);
}
