@font-face {
    font-family: 'Soccer-77';
    src: url('https://static.soccer77.mx/fonts/hansolov3expandital-webfont.woff2') format('woff2'),
         url('https://static.soccer77.mx/fonts/hansolov3expandital-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
html, body {
    height: 100%;
    overflow: hidden;
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    color: #ddd;
    background-image: linear-gradient(0deg,rgba(0,32,91,0.9),rgba(0,32,91,0.9)),url(https://static.soccer77.mx/images/foto1.webp);
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: fixed;
    background-color: #00245A;
}
a {
    color: #ddd;
    text-decoration: none;
}
a:hover {
    color: white;
}
h1 {
    font-family: 'Soccer-77', sans-serif;
    font-weight: 400;
    font-size: 3em;
    letter-spacing: 2px;
    text-transform: uppercase;
}
h1 img {
    text-transform: lowercase;
    max-width: 420px;
}
h2 {
    text-transform: uppercase;
}
.container {
    display: flex;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.row {
    width: 80%;
}
.social {
    padding: 1em 0 0 0;
}
.social li {
    display: inline;
    padding: 10px;
}
