.header-config{
	width: 100%;
    background-color: #1e2126;
    padding: 2%;
}

.header-sport{
	color: #dd911b;
    font-family: Roboto;
    font-size: 2em;
}

.header-text{
	color: white;
    font-family: Roboto;
    font-size: 2em;
    margin-left: 2%;
}

.footer{
    width: 100%;
    background-color: #1e2126;
    text-align: center;
    padding: 2%;
    display: flex;
    justify-content: center;
}
.footer > p{
	color: white;
	font-family: Roboto;
	font-size: 1em;
}

