article {
    padding: 4em;
}



.monitor {
    width: 80vw;
    height: 74vh;
    overflow-y: scroll;
    border: solid 1em #333;
    border-radius: .5em;
    position: relative;
    background-color: #333;
}

.monitor-background {
    position: absolute;
    width: 80vw;
    height: 74vh;
    object-fit: cover;
    top: 0;
    left: 0;
}

.monitor-icon {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 4vw;
    margin: 3rem;

}

.monitor::-webkit-scrollbar {
    width: 15px;
}

.monitor::-webkit-scrollbar-thumb {
    background: #666;
}

::-webkit-scrollbar-track {
    background-color: #888;
}

.stand:before {
    content: "";
    display: block;
    position: relative;
    background: #999999;
    width: 15vw;
    height: 4vh;
    top: 78vh;
    left: 32vw;
}

.stand:after {
    content: "";
    display: block;
    position: relative;
    background: #999999;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    width: 31vw;
    height: 2vh;
    top: 5vh;
    left: 24vw;
    right: 22vw;
}