html{
	width: 100%;
	height: 100vh;
}

body{
	width: 80%;
	margin-left: 10%;
	height: 97vh;
}

#container{
	width: 100%;
	height: 97%;
	display: grid;
	grid-template-rows: min-content 1fr;
	row-gap: 30px;
	align-items: stretch;
}

iframe{
	width: 100%;
}
