body { height: 90%; } a { color: blue; } a:hover { text-decoration: underline; } #video-container { display: none; background: white; position: fixed; top: 50%; left: 50%; height: 100%; width: 100%; transform: translate(-50%, -50%); border: black 1px solid; } .video-container-bar { display: flex; justify-content: right; } #close-and-reset-video-container { margin-top: 0.25rem; margin-right: 0.25rem; border: 1px solid black; } #close-and-reset-video-container:hover { background: black; color: white; }