* {
  margin: 0;
  padding: 0;
}

body {
  font-family: Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #fff;
}

.centered {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.name {
  text-align: center;
}

.section {
  margin-top: 24px;
}

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

a:hover,
a:focus {
  text-decoration: underline;
}

.icon {
  vertical-align: middle;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.icon-text {
  margin: 3px 0;
}

h2 {
  font-size: 1.5em;
  margin-bottom: 8px;
}
