video {
    position: fixed;
}
video.fullscreen {
    width: 100%;
    height: 100%;
}

button, .button {
    background: #7730E8;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-decoration: none;
}