* { 

    margin: 0px;
    background-color: #231f20;
}

.Violin { 
    margin-top: 20;
    img{
        width: auto;
        height: 250px;
    }
    
}

.Violin_2 {
    margin-top: -250;
    margin-left: 250;
    img{
        width: auto;
        height: 250px;
    }
}

.orb {
    padding: -300px;
    display: block;
    margin-top: -50px;
    img{
        width: auto;
        height: 200px;
        
       
    }
}

.not_cropped {
    
     img {
        margin-left: 1000px;
        margin-top: 205px;
        width: 600px;
        height: auto;
    }}

.CV {
    img{
        width: 125px;
        height: 125px;
    }
    
}

.Compositions {
    img{
        width: 200px;
        height: 150px;
    } 
}

.Contact {
    img{
        width: 200px;
        height: 150px;
    }  
}

.About {
    img{
        width: 200px;
        height: 150px;
    } 

}

.projects {
    img{
        width: 250px;
        height: auto;
    }
}


body {
    width:50vw; 
    height: 50vh; 
    display: flex;
    flex-direction: column;
    background-color: #231f20;
    overflow-x: hidden;
} 



.Container { 
    background-color: black;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #231f20;
    margin-top: -250px;
   
    
}

.h1 {
 
        margin-right: -200px;
        margin-top: 500px;
        margin-bottom: -400px;
       
   
}




