@font-face {
    font-family: comic;
    src: url(../assests/COMIC.TTF);
}

#mainContent {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#roomCode {
	font-size: 1.5vh;
	font-family: comic;
    text-align: center;
}

#minMaxRow {
	margin-bottom: 1vh;
}

#minMaxRow > label {
	font-size: 1.5vh;
}

#join {
	font-size: 1.5vh;
	font-family: comic;
}

#hostInfo {
    margin-top: 2vh;
}

body {
    margin: 0;
    text-align: center;
    font-family: comic;
    font-size: 2vh;
    overflow: hidden;
    background-color: rgb(172, 172, 172);
}

#mainContainer {
    display: flex;
    position: absolute;
    width: 100vw;
    height: 98vh;

    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#graphContainer {
    background-color: white;
    width: 64vh;
    height: 36vh;

    border: 2px solid black;
}

#score {
    font-size: 1.5em;
    font-weight: bold;
}

#credits {
    position: absolute;
    bottom: 0.5vh;
    left: 50%;
    transform: translate(-50%, 0);

    font-size: 1.5vh;
    color: rgb(80, 80, 80);
}
