body {
    font-family: "PT Sans", sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    color: #333;
    background-color: #003a70;
  }

  .name-title {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 500px;
    left: 50px;
    height: 50%;
  }
  
  h1 {
    font-family: "Signika", sans-serif;
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
    margin: 1rem 0;
  }
  
  .first-name {
    color: #FFFFFF;
    display: block;
  }
  
  .last-name {
    color: white;
    display: block;
  }
  
  h2 {
    font-family: "Signika", sans-serif;
    font-size: 2.5rem;
    font-weight: normal;
    color: #cccccc;
    margin-top: 1rem;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: fit-content;
  }
  
  