html, body, head {
	margin:0;
	padding:0;
	border:none;
	width:100%;
	height:100%;
}

html {
	background: rgb(208,216,192);
	background-image: url(../images/plebianj.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
}

iframe {
	width: 80vw;
	height: 45vw;
	max-width: 1080px;
	max-height: 607.5px;
	display: block;
	margin: 0 auto;
}

#top-wrapper {
    display: block;
    width: 100%;
    background: -webkit-linear-gradient(bottom, rgba(208,216,192,1) 0%, rgba(208,216,192,0) 100%);
    background: -o-linear-gradient(bottom, rgba(208,216,192,1) 0%, rgba(208,216,192,0) 100%);
    background: linear-gradient(to top, rgba(208,216,192,1) 0%, rgba(208,216,192,0) 100%);
    margin: 24vw 0px 0px;
    height: 24vw;
}

#main-wrapper {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    background: rgb(208,216,192);
}

#main-wrapper > div {
    display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom: 10vw;
}

#bottom-wrapper {
    text-align: center;
    font-size: small;
    font-family: system-ui, sans-serif;
    padding: 10px;
}