 <style>
    @import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');
    *{
    font-family: "Comic Neue", serif;
    }
    .rightHead {
        background: #2C7593ff;
        color: #0E0B06ff;
        padding-left: 4px;
    }
    *{
	color: #cc6633;
	margin-bottom: 0px;
    }
    .boxHead{
	background: #2C7593ff;
	color: #0E0B06ff;
	padding: 3px;
	padding-bottom: 4px;
	padding-left: 6px;
    }
    .url{
	border: solid 2px #218EBCff;
	padding: 2px;
    }
    .player{
	padding: 4px;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #2C7593ff;
    color: #0E0B06ff;
    width: calc(100% - 10px );
	border: 1px solid #218EBCff;
    }
    .extended{
	border: 1px solid #218EBCff;
	text-align: center;
	margin-bottom: 20px;
	margin-top: 15px;
    }
    .tableRight{
	width: 75%;
	background: #2C7593ff;
	padding: 10px;
	vertical-align: top;
	overflow-wrap: anywhere;
    }
    .tableLeft {
    background: #2C7593ff;
    width: 25%;
    padding: 10px;
    vertical-align: top;
    overflow: hidden;
    }
    #header {
    all: unset;
    font-family: Arial;
    font-size: 15px;
    color: #0E0B06ff;
    position: fixed;
    width: calc(100% - 15px);
    height: 120px;
    padding: 5px;
    left: 0px;
    top: 0px;
    margin-bottom: 40px;
    border-bottom: 1px solid #218EBCff;
    padding-left: 10px;
    padding-top: 6px;
    overflow: hidden;
    z-index: 300;
    background-image: url(https://i.ibb.co/vxNySMr/Screenshot-2025-01-08-225625.png);
    background-position:50% 20%;
    background-size: auto;
    background-attachment:fixed;
    }
    #hSub {
	background: #2C7593ff;
	font-size: small;
	margin: 0px;
	padding: 6px;
	padding-left: 10px;
	padding-top: 4px;
	position: fixed;
	left: 0;
	top: 34px;
	width: calc(100% - 15px );
	color: #0E0B06ff;
	height: 15px;
	z-index: 300;
    }
    #hSub a {
	color: #cc6633;
	text-decoration: none;
    }
    #header a:not(.logo) {
    margin-left: 10px;
    color: #0E0B06ff;
    font-size: small;
    text-decoration: none;
    }
    .fwiendCount {
    color: #cc6633;
    }
    .avatar{
	width:120px;
	margin-right: 20px;
	cursor: zoom-in;
	image-orientation: from-image;
    }
    body {
    background:     #2C7593ff
    font-family: Arial;
    padding-top: 45px;
    font-size: 15px;
    background-image: url(https://i.ibb.co/HYC5ZXZ/download-13.png);
    background-size: 10%;
    
    }
    .box{
	border: none;
	overflow: hidden;
    background-image: url(https://i.ibb.co/2dJskzB/download-15.png);
    
    }
    .boxButton{
	display: inline-block;
	width: calc( 49% - 60px );
	padding-left: 30px;
	height: 24px;
	font-size: small;
	color: #cc6633;
	padding-top: 7px;
    }
    element.style {
    color: #cc6633;
    text-decoration: none;
    }
    .blinkYellow{
	animation:blinkingTextYellow 0.3s infinite;
    }
    @keyframes blinkingTextYellow{
	0%{		color: black;	}
	49%{	color: #cc6633;	}
	50%{	color: #cc6633;	}
	99%{	color: #cc6633;	}
	100%{	color: black;	}
    }
    .short {
    margin-top: 45px;
    }

    </style>