body {
  background-color: rgb(40, 40, 40);
  font-size: 100%;
}

h1 {
  font-size: 2.5em;
}

h3 {
  font-size: 1.2em;
}

#header {
  text-align: center;
  color: aliceblue;
}

#salut-box {
  width: 100%;
}

#salut-ctr {
  color: aliceblue;
  font-size: 2em;
  width: 100%;
  height: fit-content;
  text-align: center;
}

.salut {
  display: inline-block;
}

#ctr-box {
  width: 400px;
  height: 400px;
  margin-left: auto;
  margin-right: auto;
}

.photo-box {
  width: 100%;
}

#text-box {
  max-width: 600px;
  margin: auto;
  box-sizing: border-box;
  padding: 15px;
  margin-left: auto;
  margin-right: auto;
  color: aliceblue;
  font-size: 1.2em;
}

.mail-box {
  color: rgb(175, 175, 177);
  text-decoration: none;
}

.footer {
  text-align: center;
  color: aliceblue;
}

.qb-button {
  display: inline-block;
  padding: 15px 32px;
  background-color: #2ca01c; /* QuickBooks green */
  color: white;
  text-align: center;
  text-decoration: none;
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.qb-button:hover {
  background-color: #228015; /* Darker green on hover */
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.qb-button:active {
  transform: translateY(1px);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
