html, body {
    margin: 0;
    padding: 0;
    min-height: 100%;
}

body {
    background-image: url("main_bg.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

a {
    text-decoration: none;
    color: inherit;
}

.header-two-columns {
    width: 100%;
    max-width: 1280px;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.header-column-a {
    background: rgba(0, 0, 0, 0);
    color: white;
	text-align: left;
	padding-top: 8px;
}

.header-column-b {
    background: rgba(0, 0, 0, 0);
    color: white;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 32px;
	padding-top: 48px;
}

.loginsignup {
	background: rgba(0, 0, 0, 0);
    color: white;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 32px;
	padding-top: 48px;
}

.loginsignup:hover {
	background: rgba(0, 0, 0, 0);
    color: #038387;
	text-align: right;
	font-family: "Nintendo DS BIOS";
	font-size: 36px;
	padding-top: 48px;
	transition: 0.5s;
}

.head-column-c {
	text-align: center;
	text-decoration: none;
    color: inherit;
	padding-top: 16px;
}

.header-logo {
	font-family: Baglets;
	font-size: 400%;
}

.tabs {
    width: 100%;
	max-width: 1280px;
	margin: auto;
    background: rgba(0, 0, 0, 1);
}

.tab {
    padding: 4px 4px;
	font-family: "Nintendo DS BIOS";
	text-align: center;
    border: none;
    background: transparent;
    color: white;
    font-size: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.tab:hover {
    background: rgba(63,69,120,1.00);
	font-size: 36px;
}

.tab.active {
    background: rgba(255, 255, 255, 1);
	color: black;
}

.tab2 {
    padding: 4px 4px;
	font-family: "Nintendo DS BIOS";
	text-align: center;
    border: none;
    background: transparent;
    color: white;
    font-size: 32px;
    cursor: pointer;
    transition: 0.5s;
}

.tab2:hover {
    background: rgba(59,98,104,1.00);
	font-size: 36px;
}

.tab2.active {
    background: rgba(255, 255, 255, 0.1);
	color: black;
}

.test {
	color: white;
	font-size: 64px;
	font-family: "Nintendo DS BIOS";
}