.body {
  background-color: white;
  font-size: 13px;
  line-height: 15px;
  font-family: 'Poppins', sans-serif;
  margin-left: auto;
}
.resume {
  width: 850px;
  height: auto;
  border-top: 10px solid black;
  border-bottom: 10px solid black;
  border-right: 5px solid gray;
  border-left: 5px solid gray;
  display: flex;
  margin: 50px auto;
  background-color: rgb(106, 170, 255);
}

h1 {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 800;
}

.linkicon {
  font-size: 20px;
  display: inline-block;
  margin-left: 25%;
}

.emailicon {
  font-size: 20px;
  display: inline-block;
}

.giticon {
  font-size: 20px;
  display: inline-block;
}
.resicon {
  font-size: 20px;
  display: inline-block;
}

.h2 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  
}
.h3 {
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  font-size: small;
}

.ul {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
}

hr.solid {
  border-top: 3px solid beige;
}

.container {
  margin-left: 20px;
  margin-right: 20px;
  /* width: 100%;  */
}


ul{
  padding-left: 45px;
  font-size: 20px;
}

#footer {
  height: 35px;
  width: 100%;
  background-color: #4866ff;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  clear: both;
  position: relative;
}

#visit-count{
 
  position: absolute; /* Position relative to the closest positioned ancestor (h2) */
  right: 100px; /* Align to the right edge */
  top: 0; /* Align to the top edge */
  margin: 0; 

}

.gmu p {
  margin: 0px;
  display: inline-block;
  text-indent: 1em;
  position: absolute;
  top: 275px;
}

.nvcc p {
  margin: 0px;
  display: inline-block;
  text-indent: 1em;
  position: absolute;
  top: 314px;
}