@font-face {
    font-family: "genFont";
    src: url("WorkSans-Light.ttf");
}

body {
	background: #222;
}

#maindiv {
	width: 100%;
	height: 400px;
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;

	text-align: center;
	font-family: "genFont";
	font-weight: bold;
	color: #fff;
	font-size: 100pt;
}

#projectdiv {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	left: 0;
	width: 80%;
	height: 0px;
   overflow: hidden;
}

table {
   background: #222;
   border: none;
   margin-top: 50px;
   width: 100%;
}

tr {
   height: 125px;
}

td {
   border-radius: 12.5px;

	font-family: "genFont";
	color: #222;
	font-size: 20pt;
}

p {
   margin-left: 10px;
}

button {
	border: none;
	cursor: pointer;
	margin-left: 20px;
	margin-right: 20px;
}

#button_discordapp {
	width: 125px;
	background: url("imgs/discord.png");
	border-radius: 10%;
}

#button_projects {
	width: 125px;
	background: url("imgs/project.png");
	border-radius: 10%;
}
