    html, body {
      margin: 0;
      padding: 0;
      height: 100%;
      overflow: hidden;
    }
    body {
      position: relative;
      background: url('background-main-page.png') no-repeat;
      background-size: 100% 100%;
      background-position: top left;
    }

    .cropped-pfp {
      position: absolute;
      top: 100px;
      left: 107px;
      width: 135px;
      height: 135px;
      z-index: 1;
    }

    .pfp-border {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: fill;
      pointer-events: none;
      z-index: 2;
    }

.title-text {
  position: absolute;
  top: 205px;
  left: 100px;
  font-size: 50px;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
  color: #d7006c; /* deep magenta-red */
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
}

.title-text-drop-shadow {
  position: absolute;
  top: 207px;
  left: 105px;
  font-size: 50px;
  font-family: 'Times New Roman', serif;
  font-weight: bold;
  white-space: nowrap;
  z-index: 3;
  color: #ffffff; /* dark bluish magenta */
}


