#marketplace-view {
    overflow: auto;
    height: 100%;
    width: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: pixel;
}
    #marketplace-message {
        transform: rotate(30deg);
    }