* {
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
}

body {
    background-color: grey;
    color: black;
    font-family: 'Raleway', sans-serif;
    font-family: 'Roboto', sans-serif;
}

a {
    color: white;
}

.container-fluid {
    background-color: grey;
}

.menunav {
    background-color: grey;
}

.card-body {
    border-style: groove;
    border-color: #DDDDDD;
    border-width: thin;
}

h1 {
    margin-left: 3%;
}