
p{
    margin-top: 1rem;
}

.detail{
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
}

.programma{
    width: 60%;
}

aside{
    background-image: var(--bg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;  
    width: 40%;
    min-height: 40vh;
    border-radius: 5px;    
}