body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: rgb(115, 67, 50);
  }
  
  .mobile-container {
	max-width: 480px;
	margin: auto;
	background-color: #555;
	height: 500px;
	color: white;
	border-radius: 10px;
  }
  
  .topnav {
	overflow: hidden;
	background-color: #333;
	position: relative;
  }
  
  .topnav #myLinks {
	display: none;
  }
  
  .topnav a {
	color: white;
	padding: 14px 16px;
	text-decoration: none;
	font-size: 17px;
	display: block;
  }
  
  .topnav a.icon {
	background: black;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
  }
  
  .topnav a:hover {
	background-color: #ddd;
	color: black;
  }
  
  .active {
	background-color: #04AA6D;
	color: white;
  }

  .footing {
    max-width: 100%;
    height: auto;
    display: flex;
    color: white;
    justify-content: center;
    background-color: rgb(55, 26, 26);
    display: flex;
  }

.topparagraph {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 10px;
    padding-right: 10px;
    justify-content: center;
    color: white;
    text-align: center;
    display: flex;
}

.youtubedis {
    padding-top: 15px;
    padding-bottom: 15px;
	  max-width: 100%;
	  height: auto;
	  justify-content: center;
	  display: flex;
}

.randomthingpic {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
}

.FBL1 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  justify-content: center;
  display: flex;
}

.donutmap {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 40px;
  max-width: 80%;
  height: auto;
  justify-content: center;
  display: flex;
}

.holytitle {
  color: white;
  text-align: center;
  font-size: 24px;
  font-family: cursive;
}




