body {
    background-color: #c0c0c0;
}

hr {
    height: 3px;
    border: 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #ffffff;
}

a {
    color: #0000ee;
}

a:visited {
    color: #0000ee;
}

.elevated {
    border-top: 3px solid #ffffff;
    border-left: 3px solid #ffffff;
    border-bottom: 3px solid #808080;
    border-right: 3px solid #808080;

    width: fit-content;
    padding: 5px 10px;
}

video {
    width: 400px;
    height: auto;
}
