html,
body {
	background-image: url("images/background_menu.jpg");
    background-size: cover;
    background-position: 70% top;
    background-color: black;
	background-attachment: fixed;
    height: 100vh;
    margin: 0;
}

.titlelogo {
	padding-top: 2vh;
	display: flex;
	justify-content: center;
}

.titleimg{
	width: 70vw;
}

.subtitlelogo {
    padding-top: 4vh;
	margin-left: 0px;
}

.menubutton {
    display: block;
    max-width: 32vw;
    width: 32vw;
    height: auto;
}

.availableoptions {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
	position:absolute;
    padding-top: 4vh;
}
.availableoptions>a {
    padding-top: 2vh;
}