body {
		font-family: sans-serif;
/*		color: #ED54AE; */
		color: tomato;
		text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	 }

.center {
			display: block;
			margin-left: auto;
			margin-right: auto;
		}

.head-table { display: table; }

.head-table-row { display: table-row; }

.head-table-cell {
					display: table-cell; 
					vertical-align: middle;	
				 }
				 
.table-responsive {
					text-align: center; 
					max-width:80%;
                  }
				  
#logo-img {
			max-width: 100%; 
			width: auto;
		  }

#insta	{
			max-width: 100%; 
			min-width: 80px; 
			width: auto;
		}

#discord {
			max-width: 100%; 
			min-width: 80px; 
			width: auto;
		 }
		 
#twitter {
			max-width: 100%; 
			min-width: 80px; 
			width: auto;
		 }
