html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

.header h1 {
  font-size: 50px;
}
.personal-bg-primary {
  background-color: #dce6f5;
}

.img-pad {
  margin-bottom: 3vh;
}

.navbar {
  background-color: #dce6f5;
}

.footer {
  background-color: #dce6f5;
  margin-top: 10px;
}
