hr {
  border: .5px solid black; /* Sets the border color to black */
}
body {
  color: #101010;
  background: #ffffff;
  font-family: "Roboto", sans-serif;
}

.title {
  margin-top: 100px;
  margin-bottom: 10px;
}
.title a {
  color: #ff0011;
}
.title a:hover {
  text-decoration: none;
  font-weight: bold;
}
.title hr {
  width: 75%;
}

.objective {
  padding: 20px;
  font-size: large;
}
.objective p {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}

.work-experience {
  padding: 20px;
}
.work-experience .experience-title {
  margin-top: 50px;
}
.work-experience .experience-objective {
  margin-top: 30px;
  margin-bottom: 50px;
}
.margins {
  margin-top: 30px;
  margin-bottom: 50px;
}
.work-experience p {
  font-size: 1.6rem;
  letter-spacing: 0.2rem;
}
.size1 {
  font-size: medium;
}
.size2 {
  font-size: large;
}
.size3 {
  font-size: x-large;
}
.row {
  display: flex;
  align-items: flex-start;
}
.small-margin {
  margin-bottom: 3px;
}
