.name {
  font-family: 'Acme', sans-serif;
}

.description {
  font-family: 'Dancing Script', cursive;
}

a {
  text-decoration: none;
  color: white;
}

a:hover {
  color: white;
}

.avatar {
  max-width: 200px;
  margin: -128px auto auto;
}

main.card {
  margin-top: 200px;
  min-height: 300px;
}

section#contactInfo {
  font-family: 'Space Mono', monospace;
}

ul {
  list-style-type:none;
}

main.rounded-lg {
  border-radius: 1.25rem!important;
}
