.CodeMirror {
    height: 300px;
    border: 1px solid #ddd;
    font-size: 16px;
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#titolo {
    font-family: Arial, sans-serif;
    margin: 0;
    font-size: 36px;
}

header{
    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #333;
    color: white;
    padding: 10px;
    border-bottom: #2a2a2a 10px solid;
}


#video{
    width:100px;
    height: 100px;
     border-radius: 80% ;
     border:5px  solid #F1B51C;
}

#logo{
    width: 320px;
    height: 220px;

}