video {

    display: block;
    margin: auto;

    height: 100vh;
    max-width: 100vw;
}

.button {

    position: fixed;
    bottom: 1rem;
    right: 1rem;
    background-color: #2154CA;
    border: 1px solid white;
}