body {
    font-family: Arial, sans-serif;
    background-color: black;
    color: white;
    margin: 0;
    overflow: hidden;
}

#whole-page{
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 100vh;
}

#header-box{
	display: flex;
	flex-direction: row;
	align-items: center;
}

#control-box{
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	height: 100%;
}



h1 {
    text-align: left;
    display: inline-block;
}
