*, html, body, :not(div, div *) {
    cursor: col-resize;
}

body {
    margin: 4vw;
    display: flex;
    flex-direction: row;
    gap: 4vw;
    overflow-x: scroll;
    overflow-y: hidden;
    background: rgb(162, 171, 180);
}

div, div * {
    cursor: revert;
}

video, img {
    height: 800px;
    width: auto;
}

img:last-of-type {
    padding-right: 4vw;
}

#localRing * {
    cursor: revert;
}

#localRing p {
    font-style: italic;
    width: 55vh;
    margin-bottom: 0;
}

#localRing {
    margin: 5vh 0;
    width: 410px;
}

#localRing a {
    /* display: block; */
    /* line-height: 1.5; */
    margin-right: 2vw;
}

#localRing a:last-child {
    text-align: right;
}

#localRing a:hover {
    font-style: normal;
}