* { 

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





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

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


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

.h1 {
    
    margin-right: -200px;
    margin-top: 200px;
    margin-bottom: 100px;

}


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

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

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

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

}

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

.not_cropped {
    width:50vw; 
    height: 50vh;

    img {
        margin-left: 1000px;
        margin-top: -655px;
        width: 700px;
        height: 900px;
    }

}

.Violin_2 {
    margin-top: -50px;
    margin-left: 0px;
    position: absolute;
    flex-wrap: wrap;
    img{
        width: auto;
        height: 650px;
    }
}

.Violin { 
    margin-top: -50px;
    margin-left: 500px;
    position: absolute;
    img{
        width: auto;
        height: 650px;
    }
}
