.home_content {
    text-align: center;
    padding: 25px;
    margin: 0;
    height: 100%;
}

.home_text {
    text-align: left;
    padding: 25px;
    margin: 0;
    height: 100%;
}

.home_content h1 {
    font-size: 5em;
}

.home_text h2 {
	text-align: left;
    font-size: 4em;
}

.home_text h3 {
	text-align: center;
    font-size: 3em;
}

.home_text h4 {
	text-align: center;
    font-size: 2em;
}

.match_selection_filters {
    width: 250px;
}

.match_selection_filters .spacer {
    color: rgb(94, 202, 101);
}

.filter_choice {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    color: rgb(94, 202, 101);
}

.filter_choice:hover {
    cursor: pointer;
    color: rgb(109, 240, 118);
}

.match_selection {
    margin-top: 25px;
}