html {
background-color: black;
color: white;
}

header {
	text-align: center;
	font-size: 20px;
	}
	
.nav1 {
	text-align: horizontal;
	}
	
.topnav {
  text-align: center;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: center;
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 20px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #04AA6D;
  color: white
}

.bstext {
width: 800px;
height: 580px;
border: auto;
border-radius: 25px;
padding: 20px;
margin: auto;
background-color: #131119;
color: white;
text-align: center;
font-size: 18px;
overflow: scroll;
letter-spacing: 1px;
}

img.chair {
height: 30px;
width: 30px;
position: fixed;
bottom: 0;
left: 0;
}

a:link {
color: #c1a8ff;
}

.basics {
  text-align: center;
}
.basics > ul {
  display: inline-block;
padding-left: 0;
}
