body {
  background-color: black;
  font-family: Verdana;
  text-align: center;
}

#welcomeimg {
  width: 550px;
  height: 75px;
  margin: auto;
  margin-top: 90px;
}

#welcomebox {
  	width: 550px;
  	height: 550px;
    margin: auto; 
	text-align: center;
	border: 3px ridge #FFFFFF;
	background-image: url("/images/desertbg.jpg");
	background-position: center;
}

#3links {
  
  justify-content: center;
  text-decoration: none;
}

#3links a {
  text-decoration: none; 
  color: yellow; 
  margin: 0 15px; 
}