@import url(./reset.css);

body {
  background: #cccccc;
  font-size: 1.6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.cv-content {
  max-width: 960px;
  margin: 0 auto;
  background: #ffffff;
  padding: 50px;
  box-shadow: 20px 20px #aaaaaa;
}

h1 {
  font-size: 24px;
  text-align: center;
}

.info {
  text-align: center;
}
