* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.navbar-brand {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-weight: semibold;
    font-size: 1.5rem;
}

.carousel-item div {
    font-weight: bold;
}

main {
    padding: 30px;
    margin: 50px 20px 0 20px;
}

.text-white {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

.list-title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 2rem;
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #333;
    color: white;
    padding: 20px;
}

.footer-sides {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-literatura {
    padding: 20px;
    width: 70%;
}

.content {
    margin: 0 50px 0 50px;
}

.footer-projeto {
    padding: 20px;
    width: 30%;
}

.footer-projeto a {
    color: inherit;
    text-decoration: none;
}

.footer-bottom {
    width: 100%;
    text-align: center;
}

@media (max-width: 600px) {

    nav {
        margin-bottom: 40px;
    }

    main {
        padding: 20px;
        margin: 0 10px 0 10px
    }

    .text-white {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1.5rem;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
    }

    .list-title {
        font-family: Verdana, Geneva, Tahoma, sans-serif;
        font-size: 1.5rem;
    }

    footer {
        margin: 20px 50px 0 50px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: #333;
        color: white;
    }

    .footer-sides {
        font-size: 10px;
        gap: 5px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .footer-literatura {

        padding: 0;
        width: 70%;
    }

    .footer-projeto {
        padding: 0;
        width: 30%;
    }

    .footer-bottom {
        font-size: 10px;
        width: 100%;
        text-align: center;
    }

    .footer-size {
        margin-bottom: 0px;
    }

    .badge {
        gap: 20px;
        margin-top: 5px;
    }
}