h1 {
  color: #ba0012;
  text-align: center;
  font-size: 50px;
  padding-top: 35px;
  margin-bottom: 0px;
  font-weight: bold;
}

h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 40px;
}

h3 {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  margin-top: 35px;
}

h3 .certs .p {
  font-size: 22px;
  text-align: justify;
  margin: 15px 0 15px 35px;
}

h4 {
  word-spacing: 2px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

hr {
  border: none;
  border-top: 2px solid black;
  margin: 20px;
}

h5 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  margin-bottom: 10px;
}

h6 {
  text-align: left;
  font-size: 24px;
  font-weight: bold;
  margin: 5px 0px 2px 25px;
}

.block-content {
  margin: 5px 0 40px 25px;
}

.costco-titles {
  text-align: left;
  font-size: 22px;
  font-weight: normal;
  margin: 5px 25px 5px 25px;
}

.uppercase {
  text-transform: uppercase;
  font-style: italic;
  font-size: 18px;
  padding-bottom: 20px;

  display: flex;
  flex-wrap: wrap;
  gap: 18px; /* 18px BETWEEN sets */
}

p {
  font-size: 22px;
  text-align: left;
  margin: 20px 25px 2px 25px;
}

a {
  text-align: left;
  font-size: 24px;
  font-weight: normal;
  margin: 5px 25px 5px 25px;
}
.personal-info {
  font-size: 22px;
  font-weight: normal;
  margin-top: 0px;
  margin-bottom: 25px;
}

.education {
  font-weight: 600;
  color: #ba0012;
  text-align: center;
  margin: 45px 25px 10px 25px;
}

.certifications {
  font-weight: 600;
  text-align: center;
  color: #ba0012;
  margin: 45px 25px 10px 25px;
}

a:link {
  color: blue; /* unvisited link */
}

a:visited {
  color: purple; /* visited link */
}

a:hover {
  color: #0056b3; /* optional: darker blue on hover */
}

a:active {
  color: red; /* optional: when clicking */
}

table.h5 {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  border-collapse: collapse;
}

table {
  font-size: 22px;
  margin: 0 auto;
  border-collapse: collapse;
  width: 100%;
  border-collapse: collapse;
  border: 2px solid #333; /* outlines the entire table */
}

.table th,
table td {
  border: 1px solid #ccc; /* prevents cells from running together */
  padding: 10px; /* adds breathing room */
  text-align: center; /* centers text horizontally */
  vertical-align: middle; /* centers text vertically */
}

td {
  text-align: left;
}
