	body {
	    margin: 0px;
	    background-color: black;
	}
	video {
	    margin: 0px;
	    object-fit: cover;
	    object-position: center;
	    width: 100%;
	    height: 99%;
	}
	div#buttons {
	    position: absolute;
	    top: 0px;
	    width: 90%;
	}
	div#esito {
        //border-top: solid;
        //border-color: #9E9E9E;
        //border-width: thin;
        padding-top: 2px;
        padding-left: 2px;
        font-size: 21px;
        position: relative;
        bottom: 29px;
        color: #adad51;
        font-style: italic;		      
    }
	button {
	    color: yellow;
	    background-color: transparent;
	    border: none;
	    border-radius: 40px 40px;
	    margin-left: 50%;
	    margin-top: 10px;
	    padding: 20px;
	    text-wrap-mode: nowrap;
	}
	button:hover {
	    background-color: lightgrey;
	    box-shadow: 5px 5px grey;
	}
