body {
  background-color: #ff4500;
  font-size: 14px;
  font-family: monospace, "monospace", sans-serif;
  margin: 0;
  
  display: flex;
  justify-content: center; 
  align-items: center;    
  min-height: 100vh;        
}

p {
  line-height: 1.6em;
}

hr {
  border: solid #c7b591;
  border-width: 6px 0 0 0;
}
a {
  color: white;
  }

h1, h2, h3, h4, h5 {
  font-family: monospace, Geneva, sans-serif;
  color: #FFFDED;
}

.Welcome_Container {
  position: relative;
  width: 1000px;            
  height: 750px;
  /*border: dotted;             /*preview for the box borders */
  /*border-color: black; */
  
  background-image: url('TheChairs_Assets/bg.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: justify;
  
  flex-shrink: 0;
} 
  
.Content {
    color: white; /* Make sure this contrasts well with your background image! */
    font-family: sans-serif;
    
    position: absolute;
    
}
