:root {
  	--T2M_RED: #870002;
	--T2M_LIGHTRED: rgba(163,5,8,1.00);
	--T2M_DARK: rgba(0,0,0,1.00);
}

body {
/*	display: grid;
	grid-template-columns: auto auto auto; 
	margin: 1em;
	border: rgba(253,0,4,1.00);
	paddin: 0em;
	background-color: aqua; */
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-variant: normal;
    font-style: normal;
    font-weight: normal;
    font-size: normal;
    color: var(--T2M_DARK);
	
}

h1 {
    font-family: hotel-open, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: x-large;
    color: var(--T2M_RED);
}

h2 {
    font-family: hotel-open, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: large;
    color: var(--T2M_DARK);
}
h3 {
    font-family: 'Bebas Neue', cursive;
    font-weight: 400;
    font-size: large;
}

#info-box {
	border: 3px dashed #F00;
	padding: 10px;
    position: relative;
    bottom: 0em;
    right: 0em;
    width: 50%;
}

#box {
	font-size: x-large;
}

ul {
    color: var(--T2M_LIGHTRED);
    font-style: italic;
    padding-left: 0;
    margin-left: 1.5em
}
div#header {
	with: auto
}
div#left {
	float: left;
	width: 200px;
	padding: 10px;
	border: 2px #333 solid
}
div#main {
	width: auto;
	padding: 10px;
	margin: 0 0 0 224px
}
div#footer {
	clear: both;
}

