/* Global styles */
body{
    margin:1em auto;
    max-width:40em;
    padding:0 .62em;
    font:1.2em/1.62 sans-serif
}
h1,h2,h3 {
    line-height:1.2
}
@media print{
    body{
        max-width:none
    }
}

a {
	color: #0066cc;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Header styles */

.header {
	background-color: #fff;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	padding: 10px;
	text-align: center;
    display: flex;
    align-items: center;
}

.header img {
	max-width: 50px;
}

a .header, a:hover .header{
    color: black;
    text-decoration: none;
}

.header .text {
    font-weight: bold;
    font-size: 1em;
}

/* Content styles */

.content {
	margin: 20px;
}

.match-info {
	margin-bottom: 20px;
}

.tv-channels {
	margin-top: 20px;
}

.tv-channels ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tv-channels li {
	margin-bottom: 10px;
}

/* Footer styles */

.footer {
    display: flex;
    justify-content: center;
	background-color: #f2f2f2;
	padding: 20px;
	text-align: center;
}

.social-media {
	margin-top: 20px;
}

.social-media ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.social-media li {
	display: inline-block;
	margin-right: 10px;
}

.social-media li:last-child {
	margin-right: 0;
}
