    #headtable {
        width: 1180px;
        background: var(--back);
        height: 300px;
        padding: 20px;
        margin: auto;
    }

#headtable .welcome b {
	font-weight: bold;
	color: var(--link);
}

#headtable .welcome i {
	font-style: italic;
	color: var(--link);
}

    #headtable .welcome {
        float: left;
        height: 270px;
        width: 230px;
        overflow: auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #fff;
        text-align: justify;
        padding: 10px;
		scrollbar-color: #56417a #141119;
		scrollbar-width: thin;
    }
		#headtable .point {
		color: var(--back);
		background-color: #533f78;
		letter-spacing: 2px;
		padding: 2px 5px 2px 5px;
		margin: 3px 12px 6px 0px;
		font-weight: bold;
		float: left;
		font-size: 12px;
		text-transform: uppercase;
		}

    #headtable .datitle {
        font-family: 'Pirata One', cursive;
        font-size: 35px;
        text-align: center;
        float: left;
        color: #634d87;
        width: 200px;
        height: 50px;
        padding: 5px;
        margin-left: 50px;
    }

    #headtable .nox {
        width: 200px;
        height: 120px;
        background-image: url(https://64.media.tumblr.com/c151240abde61ed85a67da78c3d6f978/2a93921d454a0c8e-32/s540x810/141a972e6af35c965e726649da6c75a797d5301e.gif);
        background-position: right;
        outline: 1px solid var(--purble);
        outline-offset: 5px;
        padding: 5px;
        float: left;
        margin-left: -210px;
        margin-top: 60px;
    }

    #headtable .noxnox {
        font-family: 'Pirata One', cursive;
        font-size: 70px;
        text-align: center;  
        color: #56417a;
        height: 50px;
        padding: 3px;
        width: 30px;
        margin-top: 115px;
        margin-left: -210px;
        float: left;
        opacity: 0.7;
    }

    #headtable .teamonline {
        height: 50px;
        width: 200px;
        padding: 5px;
        float: left;
        margin-left: -210px;
        outline: 1px solid var(--purble);
        outline-offset: 5px;
        margin-top: 220px;
        color: #ccc;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        text-transform: uppercase;
        overflow: auto;
		background: var(--back);
		scrollbar-color: #56417a #141119;
		scrollbar-width: thin;
    }

    #headtable .news {
        float: left;
        height: 150px;
        width: 200px;
        overflow: auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #fff;
        text-align: justify;
        padding: 10px;
        margin-left: 50px;
		scrollbar-color: #56417a #141119;
		scrollbar-width: thin;
    }

    #headtable .weather {
        float: left;
        height: 80px;
        width: 200px;
        overflow: auto;
        font-family: 'Montserrat', sans-serif;
        font-size: 13px;
        color: #fff;
        padding: 10px;
        margin-top: 160px;
        margin-left: -220px;
        margin-top: 190px;
        overflow: auto;
        text-align: justify;
		scrollbar-color: #56417a #141119;
		scrollbar-width: thin;
    }

    #headtable .calendar {
        float: left;
        height: 220px;
  	 	width: 320px;
    	margin-left: 50px;
        padding: 10px;
        overflow: auto;
		overflow-x: hidden;
		scrollbar-color: #56417a #141119;
		scrollbar-width: thin;
    }
	
	#headtable .minilinks {
	float: right;
    font-size: 30px;
    padding: 10px;
    margin: 10px;
    width: 320px;
    text-align: center;
    letter-spacing: 20px;
    color: #533f78;
}

#headtable .welcomegif {
	width: 120px;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgb(13 2 26 / 73%), rgb(12 12 12 / 73%)), url(/design/01/back.png);
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

#headtable .welcomegif2 {
    width: 120px;
    padding: 5px;
    background-image: linear-gradient(to bottom, rgb(13 2 26 / 73%), rgb(12 12 12 / 73%)), url(/design/01/back.png);
    float: right;
    margin-left: 10px;
    margin-top: 7px;
}

    #linksnav {
    height: 12px;
    width: 1210px;
    background-color: #141119;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
    text-align: center;
    padding: 5px;
    margin: auto;
	font-weight: bold;
    }