body {
	font-family: 'Montserrat', sans-serif;
}
.hero h1,.hero h2 {
    color: #fff;
    font-weight: bold;
}
.football-icon {
    width: 75px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
img.site-logo {
    max-height: 90px;
}
.footer {
    background: #001941;
    padding: 30px 0;
    color: #fff;
    text-align: center;
}
.youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}