body {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.6;
}

h1,h2,h3,h4,h5,h6 {
    color: green;
}

footer {
    background-color: green;
}

nav{
    color: #fff ;
}

.card {
    font-family: sans-serif;
}