html {
    font-family: 'Roboto', sans-serif;
}

body{
    margin-top: 0px; 
    margin-bottom: 0px; 
    margin-left: 0px; 
    margin-right: 0px;
    padding: 0;
}

.overlay__content {
    position: relative;
}

.overlay__content video, .overlay__content canvas {
    max-width: 100%;
}

.overlay__content canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
}
