.blackbox{
	background-color: rgb(164, 168, 64);
	justify-content: space-between;
	display: flex;
}
.flexcontainer{
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	color: #ffffff;
	width: 30%;
	font-family: 'Merriweather Sans', sans-serif;
}
.flexcontainer > li{
	list-style: none;
	font-size: 20px;
    cursor: pointer;
}
#li1:hover{
	color: black;
}
.witzcontainer > h2{
	list-style: none;
	font-size: 20px;
    font-family: 'Roboto', sans-serif;
	justify-content: center;
    display: flex;
}
.buttons{
    justify-content: center;
    display: flex;
}
.button{
	font-family: 'Roboto', sans-serif;
}
#button1{
    width: 100px;
    height: 50px;
    background-color: rgb(0, 136, 204);
    border-radius: 8px;
}
#button1:hover{
	cursor: pointer;
}