 /* Reset default margins and paddings */
        body, html {
            margin: 0;
            padding: 0;
        }
		
/* CSS for post titles */
.post-title {
    font-size: 32px; /* Adjust the font size as needed */
   
     font-family: Financier, sans-serif;
    color: #333; /* Set the color of the title */
    margin-bottom: 10px; /* Add some spacing after the title */
}
.post-date {
     font-family: Financier, sans-serif;
    font-size: 16px; /* Adjust the font size as needed */
    line-height: 1.6; /* Adjust the line height for better readability */
    color: #a9a9a9; /* Set the color of the text */
}
.sidebar-content{
 font-family: Financier, sans-serif;
    font-size: 16px; /* Adjust the font size as needed */
    line-height: 1.6; /* Adjust the line height for better readability */
    color: #a9a9a9; /* Set the color of the text */
}

.post-content {
    font-size: 16px; /* Adjust the font size as needed */
   
     font-family: Financier, sans-serif;
    color: #333; /* Set the color of the title */
    margin-bottom: 10px; /* Add some spacing after the title */
}
.readmore-button {
    display: inline-block;
    padding: 1px 10px;
    background-color: black;
    color: white;
    text-decoration: none;
	 font-size: 14px; /* Adjust the font size as needed */
   
    font-family: Financier, sans-serif;
    
}

.readmore-button:hover {
    background-color: #61d2e9; /* Light blue color */
}
 footer {
            background-color: #464040;
            color: #fff;
            padding: 10px 20px;
            text-align: center;
        }
		.sling-image {
            vertical-align: top; /* Align the sling image to the top */
			text-align: center;
        }
		.espn-image {
    display: block;
    margin: 20px auto; /* Center the ESPN image horizontally */
}

    .site-name {
		text-align:center;
        font-family: Financier, sans-serif;
        font-size: 48px; /* Adjust font size as needed */
        font-weight: bold; /* Adjust font weight as needed */
        color: #333; /* Adjust font color as needed */
        /* Add any other font properties here */
    }
   .site-namea {
		text-align:center;
        font-family: Financier, sans-serif;
        font-size: 18px; /* Adjust font size as needed */
       
        color: #333; /* Adjust font color as needed */
        /* Add any other font properties here */
    }
	   .site-namee {
		text-align:center;
        font-family: Financier, sans-serif;
        font-size: 14px; /* Adjust font size as needed */
       
        color: #333; /* Adjust font color as needed */
        /* Add any other font properties here */
    }
	   .site-nameb {
		text-align:center;
        font-family: Financier, sans-serif;
        font-size: 28px; /* Adjust font size as needed */
        font-weight: bold; /* Adjust font weight as needed */
        color: #333; /* Adjust font color as needed */
        /* Add any other font properties here */
    }
	 .oooi {
      width: 80%; /* Full width on mobile */
    }
	 .ppi {
      width: 18%; /* Full width on mobile */
    }
.containera {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            margin-top: 20px;
        }
		  .box {
            width: 240px;
            height: 100px;
            border: 5px solid;
            border-radius: 10px;
            margin: 10px;
            text-align: center;
            line-height: 100px;
            font-size: 18px;
			   font-family: Financier, sans-serif;
        }
@media screen and (max-width: 700px) {
    table {
        width: 100%; /* Make table full width on smaller screens */
    }
    .sling-image {
        display: block;
        margin: 20px auto; /* Center the image horizontally */
    }
    .espn-image {
        display: block;
        margin: 20px auto; /* Center the ESPN image horizontally */
    }
    td {
        display: block;
        width: 100%; /* Make table cells full width on smaller screens */
        text-align: center; /* Center text in cells */
    }
    .logo {
        display: block;
        margin: 20px auto; /* Center the logo horizontally */
    }
	  .oooi {
      width: 100%; /* Full width on mobile */
    }
	 .ppi {
      width: 25%; /* Full width on mobile */
    }
}