body {
  font-family: 'Inter';
  /* background-color: #b7cdfa; */
  margin-left: 10vw;
  margin-right: 10vw;
}
@media only screen and (max-width: 600px) {
  body {
    margin-left: 0px;
    margin-right: 0px;
  }
}
h1 {
  color: black;
  font-family: 'Inter';
  font-size: 6vw;
  text-align: center;
}
h2 {
  color: #3e5992;
  font-family: 'Inter';
  font-size: 5vw;
  text-align: center;
}
h3 {
  color: #3e5992;
  font-family: 'Inter';
  font-size: 4vw;
  text-align: center;
}
h4 {
  color: #3e5992;
  font-family: 'Inter';
  font-size: 3vw;
  text-align: center;
}
.resume {
  color: #000000;
  font-family: 'Inter';
  font-size: 3vw;
  text-align: center;
}
.resume-heading {
  color: #000000;
  font-family: 'Inter';
  font-size: 4vw;
  text-align: center;
}
p {
  color: #3e5992;
  font-family: 'Inter';
  font-size: 2vw;
}
img {
  Padding: 10px,10px,10px,10px;
}
.landingDiv {
  border: 5px outset #97b9fc;
  background-color: #dae4fd;    
  text-align: center;
  border-radius: 10px;
}
.landingChildDiv {  
  display: inline-block;
  text-align: center;
  margin-left: 30px;
  margin-right: 30px;
}