* {
  font-size: 1em;
}

.content{
  width: 100%;
}

h2 {
  text-align: center;
}

p {
  margin: 0.5em 0;
}

hr {
  border: none;
  height: 1px;
  background-color: black; /* Modern Browsers */
}

.lastedit {
  font-size: 0.9em;
  text-align: center;
  margin-top: 3em;
}

.name {
  font-weight: bold;
}

.title {
  font-weight: bold;
  font-size: 1.2em;
  margin-top: 1em;
}

.contact {
  font-size: 0.95em;
}

.cards {
  max-width: 100vw;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  justify-items: center;
  margin-block-end: 3em;
}

.card {
  width: 300px;
  background: white;
  border-radius: 10px;
  box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.25);
}

.card img { 
  float: left;
  height: max-content;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  margin: 15px 15px;
}
