body {
    box-shadow: inset 0 -5rem 5rem rgba(0, 0, 0, .5);
    background-image: url("../images/2025/tapete.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    width: 100vw;
    height: 100vh;
}

a {
    color:white;
    text-transform: uppercase;
    text-decoration: none;
}

a:hover {
    color:white;
    text-decoration: underline;
}

.blur {
    background-color: rgba(0,0,0,.7);
    width:100vw;
    height: 100vh;
    position: relative;
}

.cover-container {
    max-width: 42em;
    position: relative;
}

footer {
    /*position: fixed;*/
    bottom: 3rem;
}

.bi {
    color: #212121;
}

.icon {
    padding:1rem;
}

.btn {
    border-radius: 0;
}

.modal-header {
    border-bottom: 0 !important;
}