body {
  font-family: "Ubuntu", serif;
  font-weight: 400;
  font-style: normal;

  margin: 0;
  padding: 0;
  background-color: #f4f4f4;
}

.resume {
  max-width: 800px;
  margin: 20px auto;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.header {
  display: flex;
  align-items: center;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.header img {
  border-radius: 50%;
  width: 100px;
  height: 100px;
  margin-right: 20px;
}

.header h1 {
  margin: 0;
  font-size: 2em;
}

.header h2 {
  margin: 5px 0 0;
  color: #666;
}

.contact p {
  margin: 5px 0;
}

div.col p.title {
  margin-top: 1rem;
  margin-bottom: 0;
  font-size: 16px;
}

div.col p {
  margin-bottom: 0;
}

.left-column {
  float: left;
  width: 30%;
  padding-right: 20px;
}

.right-column {
  float: right;
  width: 70%;
}

.col {
  margin-bottom: 20px;
}

.col h3 {
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
}

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

a:hover {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}
