body {
 background-image: url("welcome/red_bg.jpg");
 font-family: garamond;
 color: #f5eab5;
 font-size: 20px;
 font-weight: bold;
 
}

a {
 color: #c7784e; 
}

h1 {
  color: #f0cf89;
  font-size: 36px;
  text-decoration: underline;
  font-weight: bolder;
  text-align: center;
}
