*{
  font-family: "Roboto",sans-serif;
  margin: 0;
}

.header{
  text-align: center;
  margin-top: 10px;
}

.header ul {
  margin-top: 5px;
  justify-content: center;
  list-style: none;
  display: flex;
  margin-bottom: 10px;
}

.header li a {
  text-decoration: none;
}

.header li{
  margin: 0px 10px;
}

body{
  background-color: rgb(92, 91, 91);
}
.resume{
  width: 750px;
  padding: 25px;
  height: auto;
  margin: auto;
  background-color: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.hr{
  border: solid;
  border-width: 1px;
  border-color: black;
  margin-top: 0px;
}

.summary ul {
  margin-top: 10px;
  margin-bottom: 10px;
}

.summary li {
  font-size: 13px;
  line-height: 18px;
}

.experience .company{
  margin: 10px 0px;
}
.experience .company ul {
  margin-top: 5px;
  margin-bottom: 5px;
}

.experience .company li {
  font-size: 13px;
  line-height: 18px;
}

.company-details{
  display: flex;
}

.company-year{
  font-size: 11px;
  font-weight: 500;
  font-style: italic;
  margin-left: auto;
}

.skills ul{
  list-style: none;
}

.skills li{
  font-size: 13px;
  line-height: 18px;
}

.skills{
  margin: 10px 0px;
}

.skill{
  font-weight: bold;
  margin: 10px 5px 0px 0px;
}

.education {
  margin: 10px 0px;
  line-height: 18px;
  font-size: 13px;
}

.education-year{
  font-weight: bold;
  margin-left: auto;
}

.education-details{
  display: flex;
}

.projects{
  margin: 10px 0px;
  line-height: 18px;
  font-size: 13px;
}
.project-skills{
  font-size: 12px;
  font-weight: 500;
  font-style: italic;
}

.certifications{
  margin: 10px 0px;
  line-height: 18px;
  font-size: 13px;
}

.top-bar{
  overflow: hidden;
  background-color: #333;
  position: fixed;
  top: 0;
  width: 100%;
  height: 50px;
}

.top-bar p{
  float: left;
  display: fle;
  color: aliceblue;
  text-align: center;
  padding: 14px 16px;
}