body, html, main {
  height: 100%;
  margin:0;
}

.entry-section {
  background-image: url("../images/compadoc.gif");
  
  height: 100%; 

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}



/*
.title-container {
  background: linear-gradient(#e6cca7, #be8358);
  border: 3px solid #6a574aa6;
  color: #443225;
  border-radius: 20px;
  padding: 0 10%;
}
*/

.entry-section > h1 {
  background-color: rgb(95, 81, 69);
  color: rgb(245, 215, 169);
  padding: 0 2px;
  font-size: 40pt;
  margin: 0;
}

.entry-section > p {
  color:white;
  margin:3px;
  font-size: 20pt;
}