body, html{
    margin: 0;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
}


.bg {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
  }

  .headshot{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 300px;
    overflow: hidden;
  }