body {
  font-family:'Times New Roman', Times, serif;
  background: white;
  margin: 0;
  padding: 1.25rem;
  color: #333;
}

.container {
  max-width: 56.25rem;
  margin: auto;
  background: #fff;
  padding: 1.25rem 1.875rem;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.625rem rgba(0,0,0,0.1);
  font-weight: bold;
}

header {
  text-align: center;
  margin-bottom: 1.56rem;
  
}

header h1 {
  margin: 0;
  font-size: 2rem;
  font-weight: bold;
  color: black;
  
  
}

.subtitle {
  color: darkred;
  font-size: 1.5rem;
  font-weight: bold;
}

.contact p {
  margin: 0.3125rem 0;
  font-weight: bold;
  color: black;
}

h2 {
  color: darkblue;
  border-bottom: 0.125rem solid #2c3e50;
  padding-bottom: 0.625rem;
  margin-top: 1.875rem;
  font-weight: bold;
  text-decoration: underline;
}

h3{
    margin-bottom: 0.3125rem;
    color: black;
    margin-top: 1.875rem;
    font-weight: bold;
    text-decoration: underline;
  
}

ul {
  padding-left: 1.56rem;
  font-weight: bold;
  color: black;
  margin-top: 1.56rem;
  line-height: 1.8rem;
}

a {
  color: black;
  text-decoration: none;
  
}

p {
    font-weight: bold;
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}

a:hover {
  text-decoration: underline;
}

