.ml-page{
    padding: 3rem 2rem 2rem 2rem;
}

.ml-item{
    margin:  0rem 0rem 12rem 0rem;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.ml-title{
    margin: 0rem 0rem 0.5rem 0rem;
}

.ml-description{
    margin: 0rem 0rem 0.75rem 0rem;
}

.ml-media-box{
    width: 100%;
    margin: 2rem 0rem 2.4rem 0rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-evenly;
}

.ml-media-box-content{
    max-height: 28rem;
    max-width: 100%;
    margin: 0.2rem;
    box-shadow: var(--box-shadow);
}

.ml-pixel-grid{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.ml-pixel{
    background-color: white;
    
    -webkit-user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.ml-pixel:hover{
    background-color: rgb(167, 167, 167);
}