body{
  background-image: url("https://lucidgold.neocities.org/City_bg.png");
  background-size: cover; 
  background-repeat: no-repeat; 
  
}

 

#linkHolder {
  border: 0.5px ridge;
  background-color: rgba(233, 64, 35, 0.71);
  display: flex; 
  flex-direction: column;
  padding: 0.1rem; 
  width: 500px; 
  height: 110px; 
  margin: 90px;
  
  
}



footer {
  display: flex;
  justify-content: center;
  padding: 0.1px;
  background-color: rgba(159, 157, 179, 0.5);
  color: rgba(0, 0, 0, 1);
  margin: 260px; 
  height: 60px;
  width: 100px; 
 
}

h2 {
  color: red;
}