table.customTable {
	font-family: Arial, Helvetica, sans-serif;
	width: 100%;
	text-align: left;
	border-collapse: collapse;
}

table.customTable tbody td {
	color: #000000;
	background-color: #FFFFFF;
	border: 2px solid;
	border-collapse: collapse;
}

table.customTable tbody:before {
    content:"@";
    display:block;
    line-height:4px;
    text-indent:-99999px;
}

table.customTable thead th {
	background: #33AAFF;
	font-size: 18px;
	border-radius: 5px;
	border-collapse: collapse;
	border: 0px solid transparent;
}

.server_list {
	float: left; 
	width: 90%; 
	margin-left: 5%;
}

.server {
    display: flex;
    flex-direction: column;
	float: left; 
	width: 30%; 
	margin-left: 2.5%;
	margin-top: 1%;
	padding-bottom: 1%;
	box-sizing: border-box;
}

img.server_pic {
	width: 100%;
}

button.joinDC {
	border-radius: 28px;
    background-color: #5865f2;
	font-size: 25px;
    color: #fff;
	height: 50px;
	width: 25%; 
	border: none;
}

.center {
  display: flex;
  justify-content: center;
}

h1 {
	margin-left: 2.5%;
	font-size: 50px;
	font-family: Papyrus, fantasy;
	color: #FFFFFF;
}
