html {
	background-color: white;
    margin: 0;
}

body {
    margin: 0;
}

h1 {
    font-size: 5vh;
    margin: 1vh;
}

h2 {
    font-size: 5vh;
    margin-top: 1vh;
}

h3 {
    font-size: 3vh;
    margin-top: 1vh;
}

button {
    height: 3vh;
    width: 50vw;

    font-size: 2vh;
}

button:hover {
    background-color: rgb(194, 194, 194);
}

.menuButton {
    height: 3vh;
    width: 30vw;

    font-size: 1vh;

    margin: 0;
}

.header {
    z-index: 1;
    position: fixed;

    background-color: white;

    width: 100%;
    height: 5vh;

    display: inline-block;
    padding: 1vw 1vw;
}

.headerChild {
    display: inline-block;
    white-space: nowrap;
}

.divider {
    border: 0.3vh solid black;
    margin: 1vh;
}

.smallButton {
    height: 2vh;
    width: 10vw;

    font-size: 1vh;
}

#fill {
    z-index: 1;

    background-color: white;

    width: 100%;
    height: 10vh;
}