.mainHeadlineBox{
    position: fixed;
    top: 50%;
    width: 100%;
}
.mainHeadline{
    width: fit-content;
    margin: auto;

    font-family: "Century Gothic";
    font-size: 100px;
}

body{
    position: fixed;
    margin: unset;
    padding: unset;
    height: 100%;
    width: 100%;
    min-width: 990px;
}
.topMenuBox{
    display: flex;
    width: 100%;
    height: 8%;
    min-height: 60px;
    padding-top: 2%;
    padding-bottom: 1.5%;

    background-color: #444444;
    border-bottom: solid #777777 10px;
}
.selectionBox{
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 80%;
    height: 100%;
    min-height: 60px;
}
.selectionButton{
    width: 15%;
    max-height: 70px;

    background-color: #888888;
    border-color: #FF8822;
    color: #222222;
    font-family: "Century Gothic";
    font-weight: bold;
    font-size: 20px;
}
.videoBox{
    position: sticky;
    width: 90%;

}
.footerText{
	position:absolute;
	bottom:0;
	width:100%;
	height:40px;   /* Height of the footer */
	background:#888888;
	text-align: right;
}