/**layout**/
#oc-container{
    background-color: black;
    width: 800px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5rem;
    overflow: scroll;
    scrollbar-color: white white;
    justify-content: center;
    align-content: inherit;
    display: grid;
    grid-template-columns: auto auto auto;
}

.oc-portrait{
    background-color: purple;
    width: 200px;
    height: 300px;
    margin: .5rem;
}

.oc-portrait:hover{
    background-color: green;
}

/**graphics**/
img {

}