.nav-item {
    padding-left: 20px;
    text-rendering: auto;
}

.jumbotron {
    background-size: cover;
    text-align: justify;
    font-family: "Montserrat", Georgia, 'Times New Roman', Times, serif;
    font-size: 2rem;
}

.lead {
    color: hsl(0, 0%, 95%);
    font-size: small;
}

.container {
    margin: 50px;
}

.card {
    display: inline-block;
    position: relative;
    margin: 10px;
    max-width: fit-content;
}

.card-title a:hover {
    background-color: hsl(0, 26%, 83%);
}

.card-text {
    text-align: left;
}

.card-footer {
    text-align: center;
    font-style: oblique;
}

footer {
    text-rendering: auto;
}


