/*
NOTES:
    bg: #F2E9D8
   red: #F02554
  text: #413E45 
*/
:root {
    --bg: black;
    --red: #F02554;
    --text: white;
}

body {
	background-color: var(--bg);
	font-family: Inconsolata;
	font-size: 20px;
	color: var(--text);
	
}

a {
    text-decoration: none;
    text-decoration-style: wavy;
}
/*************************** ^^^^ GENERAL SPECIFIC  ^^^^ **************************/





/*******************************  STYLE SPECIFIC  ***************************/
.whole {
  
}

.banner {
  height: 820px;
  background-image: url('https://file.garden/Zdi8CZzmo3pLm4cH/btjanuary.website/game.whds/title_screen_bg.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.nav a {
    margin-bottom: 0.5em;
}

.bor {
  border: 2px solid;
  border-color: white;
  border-radius: 30px;
}
