body{
    
    background-color:rgb(234, 170, 240);
    background-image: url(https://sephyportfolio.neocities.org/assets/sephy_background.png);
    background-size: 60%;
    background-position-x: 100%;
    background-position-y: -11%;
    background-repeat: no-repeat

}

.modal {

    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color : rgba(0, 0, 0, 0.5)

}

.modal.shown{


    display: flex;


}


.modal .preview {


    max-width: 90%;
    max-height: 90%;


}