#forehead {
		text-align: center;
	}
	#top {
	    background-color: #96039B;
	}
	
	#topinside {
	    margin-left: 50px;
	    font-size: 24px;
	    text-align: center;
	}
	#vid-box {
	    background-color: transparent;
	    text-align: center;
	    background-color: hsla(0, 0%, 0%, 0.6);
	    border-style: solid;
	    border-width: 25px;
	    border-color: transparent;
	}
	
	#thumbNail {
	
	    border-style: solid;
	    border-width: 75px;
	    border-color: transparent;
	    height: 100%;
	}
	body {
	    background-color: hsla(250, 96%, 22%, 1.5);
	}
	#vids {
	    margin-top: 35px;
	}
	#tabs {
	    font-size: 24px;
	    background-color: black;
	    text-align: center;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	}
	#tab1 {
	    border-width: 25px;
	    border-style: solid;
	    border-color: transparent;
	}
	#tab2 {
	    border-width: 25px;
	    border-style: solid;
	    border-color: transparent;
	}
	#tab3 {
	    border-width: 25px;
	    border-style: solid;
	    border-color: transparent;
	}
	#tab1:hover, #tab2:hover, #tab3:hover {
	    background-color: grey;
	}
	#discord {
	    text-align: center;
	    background-color: hsla(0, 0%, 0%, 0.1);
	    color: floralwhite;
	    height: 100%;
	}
	#news {
	    color: floralwhite;
	
	}
	#news-discord {
	    background-color: hsla(0, 0%, 0%, 0.2);
	    height: 120%
	}
	#vid {
	    width: 60%
	}
	@media screen and (max-width: 640px) {
	    #tabs {
	        font-size: 12px;
	    }
	    #tab1{
	        border-width: 10px;
	    }
	    #tab2{
	        border-width: 10px;
	    }
	    #tab3{
	        border-width: 10px;
	    }
	    body {
	        height: 125%;
	    }
	    #thumbNail {
	        height: 125%;
	    }
	    #msx {
	        height: 15%
	    }
	
	}
	#msx-body {
	    text-align: left;
	    color: black;
	}
	#msx {
	    background-color: darkviolet;
	    color: black;
	}
