body {
    margin: 0;
    height: 100vh;
    background-color: #000;
    background-image: 
        radial-gradient(circle at 10% 90%, rgb(181, 116, 19) 0%, rgba(0, 0, 0, 0.95) 50%, transparent 100%),
        radial-gradient(circle at 90% 10%, rgba(0, 200, 255, 0.9) 0%, rgba(0, 0, 0, 0.95) 50%, transparent 100%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
    color: white;
    font-family: 'Questrial', sans-serif;
}

/* topbar */
.topbar-progetti {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 20px;
    margin-top: 40px;
    margin-bottom: 60px;
}

.titolo-progetti {
    font-family: "ABeeZee", sans-serif !important;
    font-style: italic;
    font-size: 40px;
    font-weight: bold;
    margin: 0;
    text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.6);
    margin-bottom: 40px;
}

.card {
    border-color: white;
    background-color: rgba(0, 0, 0, 0.3); /* Sfondo nero trasparente */
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 5px 5px 15px white;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white;
    height: 100%;
}

.card-img-top {
    max-width: 100px;
    height: auto;
    margin-top: 15px;
}

.card-body {
    padding: 15px;
}

.card-body h5 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

.container {
    padding-bottom: 60px;
}

#icona:hover{
    filter: brightness(70%);
    transform: scale(1.05);
}
