main {
	flex-direction: column;
	justify-content: top;
	flex-wrap: nowrap;
}

img {
	width: 90%;
	margin-top: 0%;
	/*margin-left: 5%;*/

}

h1 {
	margin-left: 5%;
	/*translate: 0% -160%;*/
	position: relative;
	top: -10dvmin;
}

.opt_drawer {
	width: 80dvmin;

	position: relative;
	/*top: 70dvh;*/
	top: -7dvmin;

	display: flex;
	flex-flow: row wrap;
	justify-content: space-evenly;
	align-items: center;

	font-size: 3dvmin;
	font-family: tektur;

	div {
		width: 20dvmin;

		a:link, a:visited {
			color: black;
	  		padding: 1em 1em;
	  		text-align: center;
	  		text-decoration: none;
	  		display: inline-block;
		}

		a:hover {
			background-color: #FF4151;
		}

		a:active {
			background-color: #FF4151;
			color: white;
		}
	}

	
}